Index: trunk/phase3/includes/GlobalFunctions.php |
— | — | @@ -1667,7 +1667,7 @@ |
1668 | 1668 | return true; |
1669 | 1669 | if( file_exists( $fullDir ) ) |
1670 | 1670 | return true; |
1671 | | - return mkdir( str_replace('/',DIRECTORY_SEPARATOR,$fullDir) , $mode, true ); |
| 1671 | + return mkdir( str_replace( '/', DIRECTORY_SEPARATOR, $fullDir ), $mode, true ); |
1672 | 1672 | } |
1673 | 1673 | |
1674 | 1674 | /** |