noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 89/218: adapt to 7.2 ,array


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 89/218: adapt to 7.2 ,array
Date: Thu, 12 Sep 2019 15:58:46 -0400 (EDT)

sparkyx pushed a commit to branch entreprise
in repository noalyss.

commit 0e1c146fe57946a69cca540c24e57696adeaf7ee
Author: Dany De Bontridder <address@hidden>
Date:   Wed Nov 7 12:04:28 2018 +0100

    adapt to 7.2  ,array
---
 include/class/acc_reconciliation.class.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/class/acc_reconciliation.class.php 
b/include/class/acc_reconciliation.class.php
index 4f3f5a3..dc7270d 100644
--- a/include/class/acc_reconciliation.class.php
+++ b/include/class/acc_reconciliation.class.php
@@ -252,7 +252,7 @@ j1.j_poste as poste
         // If nothing is found return null
         $n=Database::num_row($Res);
 
-        if ($n ==0 ) return null;
+        if ($n ==0 ) return [];
 
         // put everything in an array
         for ($i=0;$i<$n;$i++)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]