]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-14295 - reverting commit, fixed by MDL14293
authorskodak <skodak>
Tue, 15 Apr 2008 07:23:39 +0000 (07:23 +0000)
committerskodak <skodak>
Tue, 15 Apr 2008 07:23:39 +0000 (07:23 +0000)
course/lib.php

index 6ac809bfc0195f9a3026e48ca64d83ade7088de8..2688c31cbb386a326fbcc897194536a2908a65d2 100644 (file)
@@ -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;