From b9928286e7c4ac654f5de47bb6e22957a3420d03 Mon Sep 17 00:00:00 2001 From: tjhunt Date: Fri, 10 Jul 2009 03:39:09 +0000 Subject: [PATCH] Fix comment. --- lib/adminlib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/adminlib.php b/lib/adminlib.php index 3cccbf9758..e2503e5c81 100644 --- a/lib/adminlib.php +++ b/lib/adminlib.php @@ -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(); -- 2.39.5