diff options
Diffstat (limited to 'create_firebird_database.php')
| -rwxr-xr-x | create_firebird_database.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/create_firebird_database.php b/create_firebird_database.php index fe7e91a..9cc7708 100755 --- a/create_firebird_database.php +++ b/create_firebird_database.php @@ -40,7 +40,7 @@ if ($fp = fopen ($tmp_name, 'a+')) { fwrite($fp, $sql); - fclose($fp); + fclose($fp); } $command = sprintf('"%s" -u $user -p $pass -i %s', $fbpath, $tmp_name ); |
