From 46c92e0f01a5d143d767a51e0f9830699213ca4c Mon Sep 17 00:00:00 2001 From: james Date: Tue, 7 Feb 2006 20:59:58 +0000 Subject: [PATCH] Wrap the db update script in
 tags so the output looks
 better for anyone that runs it through the webserver

---
 db/db_update.php | 2 ++
 1 file changed, 2 insertions(+)

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"; ?>