From 600313b9821dff3d2cd59546a0426cc68020ff7f Mon Sep 17 00:00:00 2001 From: jerome Date: Fri, 3 Jul 2009 04:08:52 +0000 Subject: [PATCH] output MDL-19077 typo bug --- lib/deprecatedlib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/deprecatedlib.php b/lib/deprecatedlib.php index 6ba2456dd10..9bb037492cb 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 = '';