]> git.mjollnir.org Git - moodle.git/commitdiff
Remove duplicate call to print_header
authortjhunt <tjhunt>
Mon, 18 Sep 2006 09:02:30 +0000 (09:02 +0000)
committertjhunt <tjhunt>
Mon, 18 Sep 2006 09:02:30 +0000 (09:02 +0000)
admin/report/courseoverview/index.php

index 442c42fa1b9d5fd34b7bae64a4d81b2d9fb33775..c2980f776ee8e6e8abb1b2589ff6b44a886d5961 100644 (file)
@@ -51,8 +51,6 @@
         error(get_string('nostatstodisplay'), $CFG->wwwroot.'/course/view.php?id='.$course->id);
     }
 
-    print_header($strcourseoverview, $strcourseoverview, $strnav,'','',true,'&nbsp');
-
     echo '<form action="index.php" method="post">'."\n";
 
     $table->width = '*';