-
Bug
-
Resolution: Fixed
-
Minor
-
1.9.9, 2.0, 2.1, 2.2
-
None
-
MOODLE_19_STABLE, MOODLE_20_STABLE, MOODLE_21_STABLE, MOODLE_22_STABLE
-
MOODLE_19_STABLE, MOODLE_20_STABLE, MOODLE_21_STABLE
-
Easy
In admin/report/courseoverview/index.php, if the report doesn't generate any data (such as on our test server), you get some unneeded tags and some other junk (debugging message?).
The offending code is in that file on line 83 and is a whopping 3.5 years old: http://git.moodle.org/gw?p=moodle.git;a=commitdiff;h=e524c0ed56125ecdafd24f868848b9eebffc99f7
It looks like cvshead has it as well, on line 88.
You can remove everything after the call to notify() and it works just fine here.