diff --git a/db/db_update.php b/db/db_update.php index 7f0b9c5..66af2e6 100644 --- a/db/db_update.php +++ b/db/db_update.php @@ -2,6 +2,7 @@ //include the config.inc.php //so we have the db connection info require("../data/config.inc.php"); +echo "
\n";
 if(file_exists("db.code.version.txt"))
 {
 	$dbcodeversion_file=file("db.code.version.txt");
@@ -71,5 +72,6 @@ else
 	echo "ERROR: dbcodeversion and dbdbversion are not defined\n";
 }
 
+echo "
\n"; ?>