r79465 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r79464‎ | r79465 | r79466 >
Date:01:35, 2 January 2011
Author:soxred93
Status:ok
Tags:
Comment:
Fix r79463 and r79464: Syntax error
Modified paths:
  • /trunk/phase3/includes/GlobalFunctions.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/GlobalFunctions.php
@@ -120,7 +120,7 @@
121121
122122 if ( !function_exists( 'mb_substr' ) ) {
123123 function mb_substr( $str, $start, $count='end' ) {
124 - return fallback_mb_substr( $str, $start, $count )
 124+ return fallback_mb_substr( $str, $start, $count );
125125 }
126126
127127 function mb_substr_split_unicode( $str, $splitPos ) {

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r79463Move fallback function creation out of function_exists() conditionals....soxred9301:29, 2 January 2011
r79464Accidental syntax error. *hides*soxred9301:34, 2 January 2011

Status & tagging log