noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 150/162: by default jrn is an empty array


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 150/162: by default jrn is an empty array
Date: Sat, 11 Jul 2020 13:24:08 -0400 (EDT)

sparkyx pushed a commit to annotated tag E-4
in repository noalyss.

commit bc57b0990dfef12b867244065d463d21dc3fd4e2
Author: Dany De Bontridder <dany@alchimerys.be>
AuthorDate: Tue Jan 8 17:59:19 2019 +0100

    by default jrn is an empty array
---
 include/class/acc_balance.class.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/class/acc_balance.class.php 
b/include/class/acc_balance.class.php
index cdcd175..446b2ef 100644
--- a/include/class/acc_balance.class.php
+++ b/include/class/acc_balance.class.php
@@ -36,10 +36,10 @@ class Acc_Balance
     function __construct($p_cn)
     {
         $this->db=$p_cn;
-        $this->jrn=null;
+        $this->jrn=array();
         $from_poste="";
         $to_poste="";
-       $unsold=false;
+           $unsold=false;
     }
 
 



reply via email to

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