add message at the end

This commit is contained in:
james 2005-03-10 17:33:30 +00:00
parent 9d60276f89
commit e049de4562

View File

@ -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);