From: X! Date: Sun, 2 Jan 2011 01:35:24 +0000 (+0000) Subject: Fix r79463 and r79464: Syntax error X-Git-Tag: 1.31.0-rc.0~32900 X-Git-Url: http://git.cyclocoop.org/%24href?a=commitdiff_plain;h=cb424e7ad6a13bb94f23983db466460ac8d42fc9;p=lhc%2Fweb%2Fwiklou.git Fix r79463 and r79464: Syntax error --- diff --git a/includes/GlobalFunctions.php b/includes/GlobalFunctions.php index 6c354a7eac..f5cb93f5fa 100644 --- a/includes/GlobalFunctions.php +++ b/includes/GlobalFunctions.php @@ -120,7 +120,7 @@ function fallback_mb_substr_split_unicode( $str, $splitPos ) { if ( !function_exists( 'mb_substr' ) ) { function mb_substr( $str, $start, $count='end' ) { - return fallback_mb_substr( $str, $start, $count ) + return fallback_mb_substr( $str, $start, $count ); } function mb_substr_split_unicode( $str, $splitPos ) {