Index: trunk/phase3/includes/GlobalFunctions.php |
— | — | @@ -42,7 +42,7 @@ |
43 | 43 | |
44 | 44 | if( !function_exists( 'iconv' ) ) { |
45 | 45 | function iconv( $from, $to, $string ) { |
46 | | - return fallback_iconv( $from, $to, $string ) |
| 46 | + return fallback_iconv( $from, $to, $string ); |
47 | 47 | } |
48 | 48 | } |
49 | 49 | |