MDL-19756 Fixed a debugging message. Thanks Petr!

This commit is contained in:
nicolasconnault 2009-08-17 09:54:49 +00:00
parent d568c015b1
commit 4f4eda4017

View 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;