]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-19756 Fixed a debugging message. Thanks Petr!
authornicolasconnault <nicolasconnault>
Mon, 17 Aug 2009 09:54:49 +0000 (09:54 +0000)
committernicolasconnault <nicolasconnault>
Mon, 17 Aug 2009 09:54:49 +0000 (09:54 +0000)
lib/deprecatedlib.php

index 4d5e3a1e875f7e1f8043f3ae428c084ee01f2217..a4d4764f5ced0fdc313435c7d0619c4f480ecfba 100644 (file)
@@ -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;