fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [17562]


From: nelson . guerra
Subject: [Fmsystem-commits] [17562]
Date: Thu, 11 Jan 2018 22:55:26 -0500 (EST)

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


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

Modified: branches/dev-syncromind/property/inc/class.uitemplate.inc.php
===================================================================
--- branches/dev-syncromind/property/inc/class.uitemplate.inc.php       
2018-01-12 03:55:02 UTC (rev 17561)
+++ branches/dev-syncromind/property/inc/class.uitemplate.inc.php       
2018-01-12 03:55:26 UTC (rev 17562)
@@ -387,8 +387,10 @@
 //            
                        $i = 0;
                        $grouping_descr_old = '';
-                       while (is_array($template_list) && list(, $template) = 
each($template_list))
-                       {
+                        if (is_array($template_list))
+                        {
+                            foreach($template_list as $template)
+                            {
 
                                if ($template['grouping_descr'] != 
$grouping_descr_old)
                                {
@@ -428,7 +430,8 @@
                                unset($code);
 
                                $i++;
-                       }
+                            }
+                        }
 //            
 //            echo '<pre>'; print_r($content); echo '</pre>';exit('hour');
                        if ($export)




reply via email to

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