mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-19756 Fixed a debugging message. Thanks Petr!
This commit is contained in:
parent
d568c015b1
commit
4f4eda4017
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue