mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
Merge branch '44185-27' of git://github.com/samhemelryk/moodle
This commit is contained in:
commit
a5fc3f08ed
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user