Navigation Menu

Skip to content

Commit

Permalink
fixed a forgotten space in install.php
Browse files Browse the repository at this point in the history
darcs-hash:20070104201822-0abd8-ba4f7830a0acfa42438fc8894c28cdf552dc8aa7.gz
  • Loading branch information
Samuele Tognini committed Jan 4, 2007
1 parent 97c91fb commit 9c18485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.php
Expand Up @@ -427,7 +427,7 @@ function check_functions(){
'file file_exists fseek flush filesize ftell fopen '.
'glob header ignore_user_abort ini_get mail mkdir '.
'ob_start opendir parse_ini_file readfile realpath '.
'rename rmdir serialize session_start unlink usleep'.
'rename rmdir serialize session_start unlink usleep '.
'preg_replace');

if (!function_exists('mb_substr')) {
Expand Down

0 comments on commit 9c18485

Please sign in to comment.