task 4111 : remove debug info
This commit is contained in:
parent
94a3481734
commit
ff5fc35d50
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue