From: skodak Date: Tue, 15 Apr 2008 07:23:39 +0000 (+0000) Subject: MDL-14295 - reverting commit, fixed by MDL14293 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=666744d71d1a5596eda1e614ead8d61829609c87;p=moodle.git MDL-14295 - reverting commit, fixed by MDL14293 --- diff --git a/course/lib.php b/course/lib.php index 6ac809bfc0..2688c31cbb 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;