From 54b265c03a1cff2c1e569c18c58df63c6c07d791 Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Tue, 29 Sep 2020 17:06:57 +0200 Subject: [PATCH] documentation --- include/lib/database_core.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/lib/database_core.class.php b/include/lib/database_core.class.php index 2bcba2307..2f7bc3246 100644 --- a/include/lib/database_core.class.php +++ b/include/lib/database_core.class.php @@ -611,7 +611,7 @@ class DatabaseCore * * \param $p_sql sql statement, only the first two column will be returned in * an array. The first col. is the label and the second the value - * \param $p_null if the array start with a null value + * \param $p_null if the array start with a null value Yes = 1 , No=0 * \param $p_array is the array with the bind value * \note this function is used with ISelect when it is needed to have a list of * options.