From 666744d71d1a5596eda1e614ead8d61829609c87 Mon Sep 17 00:00:00 2001 From: skodak Date: Tue, 15 Apr 2008 07:23:39 +0000 Subject: [PATCH] MDL-14295 - reverting commit, fixed by MDL14293 --- course/lib.php | 1 - 1 file changed, 1 deletion(-) diff --git a/course/lib.php b/course/lib.php index 6ac809bfc01..2688c31cbb3 100644 --- a/course/lib.php +++ b/course/lib.php @@ -1837,7 +1837,6 @@ function print_courses($category) { function print_course($course) { global $CFG, $USER; - $status = ''; //initiate $status variable to avoid PHP notice see MDL-14295 if (isset($course->context)) { $context = $course->context;