fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [16829]


From: nelson . guerra
Subject: [Fmsystem-commits] [16829]
Date: Mon, 5 Jun 2017 09:37:49 -0400 (EDT)

Revision: 16829
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=16829
Author:   nelson224
Date:     2017-06-05 09:37:49 -0400 (Mon, 05 Jun 2017)
Log Message:
-----------


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

Modified: branches/dev-syncromind-2/property/inc/class.soreport.inc.php
===================================================================
--- branches/dev-syncromind-2/property/inc/class.soreport.inc.php       
2017-06-05 13:37:32 UTC (rev 16828)
+++ branches/dev-syncromind-2/property/inc/class.soreport.inc.php       
2017-06-05 13:37:49 UTC (rev 16829)
@@ -407,7 +407,7 @@
                        
                        while ($this->db->next_record())
                        {
-                               $_group = ($group) ? $this->db->f($group) : 
'grupo';
+                               $_group = ($group) ? $this->db->f($group) : 
'any_group';
                                
                                $value = array();
                                foreach ($columns as $column)
@@ -468,7 +468,10 @@
                                }       
                                
                                $array_operations[] = $operations;
-                               $group[] =  $operations;
+                               if ($k != 'any_group')
+                               {
+                                       $group[] =  $operations;
+                               }
                                $group[] =  $empty;
                                
                                $result = array_merge($result, $group);




reply via email to

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