fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [17560]


From: nelson . guerra
Subject: [Fmsystem-commits] [17560]
Date: Thu, 11 Jan 2018 22:54:44 -0500 (EST)

Revision: 17560
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=17560
Author:   nelson224
Date:     2018-01-11 22:54:44 -0500 (Thu, 11 Jan 2018)
Log Message:
-----------


Modified Paths:
--------------
    branches/dev-syncromind/property/inc/class.uiinvoice.inc.php

Modified: branches/dev-syncromind/property/inc/class.uiinvoice.inc.php
===================================================================
--- branches/dev-syncromind/property/inc/class.uiinvoice.inc.php        
2018-01-12 03:54:22 UTC (rev 17559)
+++ branches/dev-syncromind/property/inc/class.uiinvoice.inc.php        
2018-01-12 03:54:44 UTC (rev 17560)
@@ -229,10 +229,13 @@
 
                        $list = $this->query();
 
-                       while (is_array($list[0]) && list($name_entry, ) = 
each($list[0]))
-                       {
+                        if (is_array($list[0]))
+                        {
+                            foreach($list[0] as $name_entry => $value)
+                            {
                                $name[] = $name_entry;
-                       }
+                            }
+                        }
 
                        $descr = $name;
 




reply via email to

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