From: jerome Date: Fri, 3 Jul 2009 04:08:52 +0000 (+0000) Subject: output MDL-19077 typo bug X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=600313b9821dff3d2cd59546a0426cc68020ff7f;p=moodle.git output MDL-19077 typo bug --- diff --git a/lib/deprecatedlib.php b/lib/deprecatedlib.php index 6ba2456dd1..9bb037492c 100644 --- a/lib/deprecatedlib.php +++ b/lib/deprecatedlib.php @@ -243,7 +243,7 @@ function print_simple_box($message, $align='', $width='', $color='', $padding=5, * @return string|void Depending on $return */ function print_simple_box_start($align='', $width='', $color='', $padding=5, $class='generalbox', $id='', $return=false) { - debugging('print_simple_box(_star/_end) is deprecated. Please use $OUTPUT->box(_star/_end) instead', DEBUG_DEVELOPER); + debugging('print_simple_box(_start/_end) is deprecated. Please use $OUTPUT->box(_start/_end) instead', DEBUG_DEVELOPER); $output = '';