task 4111 : remove debug info

This commit is contained in:
sparkyx 2005-05-06 21:23:15 +00:00
parent 94a3481734
commit ff5fc35d50

View file

@ -120,7 +120,7 @@ function ExecuteScript($p_cn,$script) {
// cut the semi colon
$buffer=str_replace (';','',$buffer);
$sql.=$buffer;
print "Execute $sql <hr>";
// print "Execute $sql <hr>";
ExecSql($p_cn,$sql);
$sql="";
} // while (feof)