fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [13781] fix sql


From: Sigurd Nes
Subject: [Fmsystem-commits] [13781] fix sql
Date: Wed, 26 Aug 2015 13:30:45 +0000

Revision: 13781
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=13781
Author:   sigurdne
Date:     2015-08-26 13:30:39 +0000 (Wed, 26 Aug 2015)
Log Message:
-----------
fix sql

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

Modified: trunk/property/inc/class.soentity.inc.php
===================================================================
--- trunk/property/inc/class.soentity.inc.php   2015-08-26 07:03:13 UTC (rev 
13780)
+++ trunk/property/inc/class.soentity.inc.php   2015-08-26 13:30:39 UTC (rev 
13781)
@@ -903,7 +903,7 @@
                        if($sql_custom_field)
                        {
                                $sql = str_replace("SELECT fm_bim_item.*", 
"SELECT fm_bim_item.* {$sql_custom_field}", $sql);
-                               $sql .= "GROUP BY 
fm_bim_item.location_id,fm_bim_item.id,fm_bim_item.type{$sql_custom_group}";
+                               $sql .= " GROUP BY 
fm_bim_item.location_id,fm_bim_item.id,fm_bim_item.type{$sql_custom_group}";
                        }
 //_debug_array($sql);
                        static $cache_attributes = array();




reply via email to

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