diff --git a/init.php b/init.php index 93ee0c5..05ce4b0 100644 --- a/init.php +++ b/init.php @@ -149,6 +149,7 @@ function initDB() { $conn->close(); } +mysqli_report(MYSQLI_REPORT_OFF); initDB(); printExistingDB(); ?>