Merge branch 'MDL-30044-master' of git://github.com/ankitagarwal/moodle

This commit is contained in:
Sam Hemelryk
2011-11-08 11:58:10 +13:00
+5
View File
@@ -24,6 +24,11 @@
defined('MOODLE_INTERNAL') || die();
/* Generates and returns list of available Scorm report sub-plugins
*
* @param context context level to check caps against
* @return array list of valid reports present
*/
function scorm_report_list($context) {
global $CFG;
static $reportlist;