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)