From 29f557e901f08ce564affe60c71c0278c84de112 Mon Sep 17 00:00:00 2001 From: sparkyx Date: Fri, 7 May 2021 16:24:26 +0200 Subject: [PATCH] Manage_Table_SQL : typo --- include/lib/manage_table_sql.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/lib/manage_table_sql.class.php b/include/lib/manage_table_sql.class.php index f5bd9ee5d..2abca021a 100644 --- a/include/lib/manage_table_sql.class.php +++ b/include/lib/manage_table_sql.class.php @@ -708,7 +708,7 @@ function check() * @see Data_SQL.seek * @return pgsql resource */ - function execute_query($p_order,$p_array=NULL) + function execute_query($p_order="",$p_array=NULL) { if ($p_order=="") {