r79464 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r79463‎ | r79464 | r79465 >
Date:01:34, 2 January 2011
Author:soxred93
Status:ok
Tags:
Comment:
Accidental syntax error. *hides*
Modified paths:
  • /trunk/phase3/includes/GlobalFunctions.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/GlobalFunctions.php
@@ -42,7 +42,7 @@
4343
4444 if( !function_exists( 'iconv' ) ) {
4545 function iconv( $from, $to, $string ) {
46 - return fallback_iconv( $from, $to, $string )
 46+ return fallback_iconv( $from, $to, $string );
4747 }
4848 }
4949

Follow-up revisions

RevisionCommit summaryAuthorDate
r79465Fix r79463 and r79464: Syntax errorsoxred9301:35, 2 January 2011

Status & tagging log