Bug database.class.php : n'applique pas le patch
This commit is contained in:
parent
cc4abbc6f3
commit
8561404518
3 changed files with 7 additions and 5 deletions
|
|
@ -284,6 +284,7 @@ class DatabaseCore
|
|||
if ($hf == false) {
|
||||
throw new Exception ('Ne peut ouvrir ' . $script);
|
||||
}
|
||||
printf (" open %s <br>", $script);
|
||||
$sql = "";
|
||||
$flag_function = false;
|
||||
while (!feof($hf)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue