fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [16634]


From: nelson . guerra
Subject: [Fmsystem-commits] [16634]
Date: Wed, 26 Apr 2017 23:50:17 -0400 (EDT)

Revision: 16634
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=16634
Author:   nelson224
Date:     2017-04-26 23:50:17 -0400 (Wed, 26 Apr 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-04-27 03:50:00 UTC (rev 16633)
+++ branches/dev-syncromind-2/property/inc/class.soreport.inc.php       
2017-04-27 03:50:17 UTC (rev 16634)
@@ -209,14 +209,11 @@
                        
                        while ($this->db->next_record())
                        {
-                               $columns[] = array
-                                       (
-                                       'name' => $this->db->f('column_name')
-                               );
+                               $columns[] = $this->db->f('column_name');
                        }
                        
                        $sql = "SELECT * FROM ".$dataset['view_name'];
-                       $this->db->limit_query($sql, 0, __LINE__, __FILE__, 30);
+                       $this->db->limit_query($sql, 0, __LINE__, __FILE__, 20);
                        
                        $values = array();
                        while ($this->db->next_record())




reply via email to

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