r23755 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r23754‎ | r23755 | r23756 >
Date:18:34, 5 July 2007
Author:robchurch
Status:old
Tags:
Comment:
Coding conventions - spacing
Modified paths:
  • /trunk/phase3/includes/GlobalFunctions.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/GlobalFunctions.php
@@ -1667,7 +1667,7 @@
16681668 return true;
16691669 if( file_exists( $fullDir ) )
16701670 return true;
1671 - return mkdir( str_replace('/',DIRECTORY_SEPARATOR,$fullDir) , $mode, true );
 1671+ return mkdir( str_replace( '/', DIRECTORY_SEPARATOR, $fullDir ), $mode, true );
16721672 }
16731673
16741674 /**

Follow-up revisions

RevisionCommit summaryAuthorDate
r23912Merged revisions 23662-23909 via svnmerge from...david18:11, 9 July 2007

Status & tagging log