replace function widget::Submit and static widget::submit_button by static widget::submit (same for Reset)

This commit is contained in:
sparkyx 2008-01-17 13:34:01 +00:00
parent c35014d58e
commit 5a982fb2ad
55 changed files with 140 additions and 143 deletions

View file

@ -138,8 +138,8 @@ function ExecSql($p_connection, $p_string) {
if ( ! $ret ) {
ob_end_clean();
throw new Exception (" SQL ERROR $p_string ",1);
}
ob_flush();
}
ob_end_clean();
return $ret;
}