fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [8154] typo


From: Sigurd Nes
Subject: [Fmsystem-commits] [8154] typo
Date: Mon, 21 Nov 2011 20:25:59 +0000

Revision: 8154
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=8154
Author:   sigurdne
Date:     2011-11-21 20:25:58 +0000 (Mon, 21 Nov 2011)
Log Message:
-----------
typo

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

Modified: trunk/property/inc/class.soentity.inc.php
===================================================================
--- trunk/property/inc/class.soentity.inc.php   2011-11-21 14:19:39 UTC (rev 
8153)
+++ trunk/property/inc/class.soentity.inc.php   2011-11-21 20:25:58 UTC (rev 
8154)
@@ -458,7 +458,7 @@
                                && $category['location_level'] > 0)
                        {
                                $access_location = 
$this->bocommon->get_location_list(PHPGW_ACL_READ);
-                               $filtermethod = " $where {$entity_table}.loc1 
IN ('" . implode("','", $access_location) . "')";
+                               $filtermethod .= " $where {$entity_table}.loc1 
IN ('" . implode("','", $access_location) . "')";
                                $where= 'AND';
                        }
 
@@ -480,7 +480,7 @@
                        }
                        else
                        {
-                               $filtermethod = " $where 
$entity_table.user_id=$filter ";
+                               $filtermethod .= " $where 
$entity_table.user_id=$filter ";
                                $where= 'AND';
                        }
 
@@ -671,7 +671,7 @@
                        {
                                $cache_info = array();
                        }
-                       
+//_debug_array($_sql);die();                   
 //                     if(!$cache_info)
                        {
                                $sql_cnt = "SELECT DISTINCT fm_bim_item.id " . 
substr($_sql,strripos($_sql,'FROM'));




reply via email to

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