From ff5fc35d50dd937255959a829d8df39ef78bd9fc Mon Sep 17 00:00:00 2001 From: sparkyx Date: Fri, 6 May 2005 21:23:15 +0000 Subject: [PATCH] task 4111 : remove debug info --- html/admin/setup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/admin/setup.php b/html/admin/setup.php index 8db9109ed..3b7f0abdd 100644 --- a/html/admin/setup.php +++ b/html/admin/setup.php @@ -120,7 +120,7 @@ function ExecuteScript($p_cn,$script) { // cut the semi colon $buffer=str_replace (';','',$buffer); $sql.=$buffer; - print "Execute $sql
"; + // print "Execute $sql
"; ExecSql($p_cn,$sql); $sql=""; } // while (feof)