]> git.mjollnir.org Git - moodle.git/commitdiff
Fix comment.
authortjhunt <tjhunt>
Fri, 10 Jul 2009 03:39:09 +0000 (03:39 +0000)
committertjhunt <tjhunt>
Fri, 10 Jul 2009 03:39:09 +0000 (03:39 +0000)
lib/adminlib.php

index 3cccbf97580e2e90fa4d3a7619ec29b5856e2322..e2503e5c81f935283e36501684c267d79da1dc96 100644 (file)
@@ -5094,7 +5094,7 @@ function admin_externalpage_print_header($focus='') {
  * @deprecated since Moodle 1.9. Please use normal print_footer() instead
  */
 function admin_externalpage_print_footer() {
-// Still 103 referernces in core code. Don't do debugging output yet.
+// TODO Still 103 referernces in core code. Don't do debugging output yet.
 //    debugging('admin_externalpage_print_footer is deprecated. Please  use print_footer ' .
 //            '(or even $OUTPUT->footer() instead.', DEBUG_DEVELOPER);
     print_footer();