From 9d60276f897c8b001eabe1e10226eb052be0d554 Mon Sep 17 00:00:00 2001 From: james Date: Thu, 10 Mar 2005 17:31:23 +0000 Subject: [PATCH] readfile the script so we know whats happening --- db/db_update.php | 2 ++ 1 file changed, 2 insertions(+) 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