]> git.mjollnir.org Git - moodle.git/commitdiff
output MDL-19077 typo bug
authorjerome <jerome>
Fri, 3 Jul 2009 04:08:52 +0000 (04:08 +0000)
committerjerome <jerome>
Fri, 3 Jul 2009 04:08:52 +0000 (04:08 +0000)
lib/deprecatedlib.php

index 6ba2456dd10357cd21c871ab8d603d584f6968e2..9bb037492cb46560da49eb596c04281445f16d64 100644 (file)
@@ -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 = '';