replace function widget::Submit and static widget::submit_button by static widget::submit (same for Reset)
This commit is contained in:
parent
c35014d58e
commit
5a982fb2ad
55 changed files with 140 additions and 143 deletions
|
|
@ -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;
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue