Merge branch '44185-27' of git://github.com/samhemelryk/moodle

This commit is contained in:
Dan Poltawski 2014-02-25 11:22:24 +08:00
commit a5fc3f08ed

View File

@ -19,10 +19,11 @@
* This file contains functions used by course reports
*
* @since 2.1
* @package course-report
* @package coursereport
* @copyright 2011 Andrew Davis
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
/**
* Return a list of page types
* @param string $pagetype current page type
@ -35,4 +36,4 @@ function coursereport_page_type_list($pagetype, $parentcontext, $currentcontext)
'course-report-*' => get_string('page-course-report-x', 'pagetype')
);
return $array;
}
}