From: nicolasconnault Date: Mon, 17 Aug 2009 09:54:49 +0000 (+0000) Subject: MDL-19756 Fixed a debugging message. Thanks Petr! X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=4f4eda4017a41110673fd239dbaedf2920251891;p=moodle.git MDL-19756 Fixed a debugging message. Thanks Petr! --- 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;