fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [15619] typo


From: sigurdne
Subject: [Fmsystem-commits] [15619] typo
Date: Thu, 8 Sep 2016 09:24:35 +0000 (UTC)

Revision: 15619
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=15619
Author:   sigurdne
Date:     2016-09-08 09:24:35 +0000 (Thu, 08 Sep 2016)
Log Message:
-----------
typo

Modified Paths:
--------------
    trunk/property/inc/class.solocation.inc.php

Modified: trunk/property/inc/class.solocation.inc.php
===================================================================
--- trunk/property/inc/class.solocation.inc.php 2016-09-08 07:43:11 UTC (rev 
15618)
+++ trunk/property/inc/class.solocation.inc.php 2016-09-08 09:24:35 UTC (rev 
15619)
@@ -289,13 +289,13 @@
                {
                        $sql = "SELECT * FROM phpgw_cust_attribute "
                                . " WHERE location_id = {$location_id}"
-                               . " AND custom = 1 OR column_name = 'category'";
+                               . " AND (custom = 1 OR column_name = 
'category')";
 
                        $this->db->query($sql, __LINE__, __FILE__);
+                       $attribs = array();
                        
                        while ($this->db->next_record())
                        {
-                       $attribs = array();
                                $id = $this->db->f('id');
                                $attribs[$id] = array
                                (




reply via email to

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