fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [16456]


From: nelson . guerra
Subject: [Fmsystem-commits] [16456]
Date: Fri, 17 Mar 2017 23:59:13 -0400 (EDT)

Revision: 16456
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=16456
Author:   nelson224
Date:     2017-03-17 23:59:13 -0400 (Fri, 17 Mar 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-03-18 03:58:59 UTC (rev 16455)
+++ branches/dev-syncromind-2/property/inc/class.soreport.inc.php       
2017-03-18 03:59:13 UTC (rev 16456)
@@ -55,8 +55,6 @@
 
                        $values = array();
 
-                       $this->db->query($sql, __LINE__, __FILE__);
-
                        while ($this->db->next_record())
                        {
                                $values[] = array
@@ -78,9 +76,7 @@
                        $this->db->query($sql, __LINE__, __FILE__);
 
                        $values = array();
-
-                       $this->db->query($sql, __LINE__, __FILE__);
-
+                       
                        while ($this->db->next_record())
                        {
                                $values[] = array




reply via email to

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