diff --git a/db/db_update.php b/db/db_update.php index 1593299..9e4331e 100644 --- a/db/db_update.php +++ b/db/db_update.php @@ -49,6 +49,8 @@ if($dbcodeversion && $dbdbversion) if(file_exists("db.update.$ver.sql")) { echo "db.update.$ver.sql detected - running...\n"; + readfile("db.update.$ver.sql"); + echo "\n"; system("mysql -h$DBHOST -u$DBUSER -p$DBPASS $DBNAME