From: X! Date: Sun, 2 Jan 2011 01:34:26 +0000 (+0000) Subject: Accidental syntax error. *hides* X-Git-Tag: 1.31.0-rc.0~32901 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=c7341928d74e4dc4a299cdf4e5c20ee619426385;p=lhc%2Fweb%2Fwiklou.git Accidental syntax error. *hides* --- diff --git a/includes/GlobalFunctions.php b/includes/GlobalFunctions.php index 64fc333db8..6c354a7eac 100644 --- a/includes/GlobalFunctions.php +++ b/includes/GlobalFunctions.php @@ -42,7 +42,7 @@ function fallback_iconv( $from, $to, $string ) { if( !function_exists( 'iconv' ) ) { function iconv( $from, $to, $string ) { - return fallback_iconv( $from, $to, $string ) + return fallback_iconv( $from, $to, $string ); } }