mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 09:49:28 +02:00
This commit is contained in:
parent
d47ddf1e04
commit
15b1c0d321
1 changed files with 1 additions and 0 deletions
|
@ -86,6 +86,7 @@ if ($_POST['createTables'] > 0) {
|
|||
// Perform the query
|
||||
error_log("Installation: ".$templine);
|
||||
if (!$mysqli->query($templine)) {
|
||||
error_log("Installation: ".$mysqli->error);
|
||||
$obj->error = ('Error performing query \'<strong>' . $templine . '\': ' . $mysqli->error . '<br /><br />');
|
||||
}
|
||||
// Reset temp variable to empty
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue