From 9bcde27f66b185e734a74572d771026a0c0143c9 Mon Sep 17 00:00:00 2001 From: Sam Hemelryk Date: Sun, 16 Feb 2014 12:04:45 +1300 Subject: [PATCH] MDL-44185 course: fixed @package typo in report/lib.php --- course/report/lib.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/course/report/lib.php b/course/report/lib.php index 3ed43f73257..b5037dfefe7 100644 --- a/course/report/lib.php +++ b/course/report/lib.php @@ -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; -} \ No newline at end of file +}