Explorar el Código

[svn r20657] Minor - Added comment

Isaac Flores hace 16 años
padre
commit
6615612b12
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      main/newscorm/learnpath.class.php

+ 4 - 0
main/newscorm/learnpath.class.php

@@ -2055,6 +2055,10 @@ class learnpath {
     	return $progress;
     }
 	
+	/**
+	 * Returns the HTML necessary to print a mediaplayer block inside a page
+	 * @return string	The mediaplayer HTML 
+	 */
 	function get_mediaplayer()
 	{
 		global $_course;