MDL-44185 course: fixed @package typo in report/lib.php

This commit is contained in:
Sam Hemelryk 2014-02-16 12:04:45 +13:00
parent ec4c8161a4
commit 9bcde27f66

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;
}
}