Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Neto committed Jul 28, 2024
1 parent f75102d commit bb011e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install/mysqlRestore.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ function executeFile($filename) {

// Executar comandos de criação de tabela com DROP TABLE IF EXISTS
foreach ($createTableCommands as $command) {
echo $command.PHP_EOL;
if (!$global['mysqli']->query($command)) {
echo ('sqlDAL::executeFile ' . $filename . ' Error performing query \'<strong>' . $command . '\': ' . $global['mysqli']->error . '<br /><br />');
}
Expand Down

0 comments on commit bb011e9

Please sign in to comment.