From e049de456266842fdd15886548a876d7d9189955 Mon Sep 17 00:00:00 2001 From: james Date: Thu, 10 Mar 2005 17:33:30 +0000 Subject: [PATCH] add message at the end --- db/db_update.php | 1 + 1 file changed, 1 insertion(+) diff --git a/db/db_update.php b/db/db_update.php index 9e4331e..122c38b 100644 --- a/db/db_update.php +++ b/db/db_update.php @@ -58,6 +58,7 @@ if($dbcodeversion && $dbdbversion) echo "Version $ver update file not found - skipping over\n"; } } + echo "\nAll done - updating new DB version to $dbcodeversion\n"; $fp=fopen("db.db.version.txt","w"); fputs($fp,$dbcodeversion."\n"); fclose($fp);