Improve Manage_Table_SQL : missing param for execute-query
This commit is contained in:
parent
83307eb5de
commit
bd97f22a90
1 changed files with 1 additions and 1 deletions
|
|
@ -726,7 +726,7 @@ function check()
|
|||
*/
|
||||
function display_table($p_order="", $p_array=NULL)
|
||||
{
|
||||
$ret=$this->execute_query();
|
||||
$ret=$this->execute_query($p_order,$p_array);
|
||||
$nb=Database::num_row($ret);
|
||||
if ($this->can_append_row()==TRUE && $this->button_add_top == true)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue