From 4f4eda4017a41110673fd239dbaedf2920251891 Mon Sep 17 00:00:00 2001 From: nicolasconnault Date: Mon, 17 Aug 2009 09:54:49 +0000 Subject: [PATCH] MDL-19756 Fixed a debugging message. Thanks Petr! --- lib/deprecatedlib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/deprecatedlib.php b/lib/deprecatedlib.php index 4d5e3a1e87..a4d4764f5c 100644 --- a/lib/deprecatedlib.php +++ b/lib/deprecatedlib.php @@ -3461,7 +3461,7 @@ function print_textfield ($name, $value, $alt = '',$size=50,$maxlength=0, $retur */ function print_heading_with_help($text, $helppage, $module='moodle', $icon=false, $return=false) { - debugging('print_heading_with_help() has been deprecated. Please change your code to use $OUTPUT->textfield($field).'); + debugging('print_heading_with_help() has been deprecated. Please change your code to use $OUTPUT->heading().'); global $OUTPUT; -- 2.39.5