Fix last bugs
This commit is contained in:
parent
3bb1fad3fe
commit
b87e928a2e
24 changed files with 147 additions and 79 deletions
|
|
@ -166,7 +166,7 @@ function ExecSqlParam($p_connection, $p_string,$p_array) {
|
|||
$r=$p_string."array ".var_export($p_array,TRUE);
|
||||
throw new Exception (" SQL ERROR $r",1);
|
||||
}
|
||||
ob_flush();
|
||||
ob_end_clean();
|
||||
return $ret;
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue