From 6615612b129381b95d880c4d0ac141b74d7b0101 Mon Sep 17 00:00:00 2001 From: Isaac Flores Date: Thu, 14 May 2009 22:11:49 +0200 Subject: [PATCH] [svn r20657] Minor - Added comment --- main/newscorm/learnpath.class.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/main/newscorm/learnpath.class.php b/main/newscorm/learnpath.class.php index c11a5947f7..a782617ad0 100644 --- a/main/newscorm/learnpath.class.php +++ b/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;