Fix last bugs

This commit is contained in:
sparkyx 2008-01-22 16:12:24 +00:00
parent 3bb1fad3fe
commit b87e928a2e
24 changed files with 147 additions and 79 deletions

View file

@ -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;
}