noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 01/12: #0001736: PHP7 comptability


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 01/12: #0001736: PHP7 comptability
Date: Thu, 12 Sep 2019 16:01:23 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 87dc3c4ddd52f001b03e2330aa14f8505caeabfd
Author: Dany De Bontridder <address@hidden>
Date:   Mon Sep 9 19:15:25 2019 +0200

    #0001736: PHP7 comptability
---
 include/class/anc_group_operation.class.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/class/anc_group_operation.class.php 
b/include/class/anc_group_operation.class.php
index 05f5199..c5e4506 100644
--- a/include/class/anc_group_operation.class.php
+++ b/include/class/anc_group_operation.class.php
@@ -114,6 +114,7 @@ class Anc_Group_Operation
               $wDescription->input()."</td></tr>";
         $Plan=new Anc_Plan($this->db);
         $aPlan=$Plan->get_list();
+        $this->a_operation=(empty($this->a_operation))?[]:$this->a_operation;
         
$max=(count($this->a_operation)<$this->nMaxRow)?$this->nMaxRow:count($this->a_operation);
         $ret.='</table><table  id="ago" style="width: 100%;">';
         /* show 10 rows */



reply via email to

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