[svn r20657] Minor - Added comment

skala
Isaac Flores 17 years ago
parent a08ebc1c8a
commit 6615612b12
  1. 4
      main/newscorm/learnpath.class.php

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

Loading…
Cancel
Save