fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [15335] property: datesearch


From: sigurdne
Subject: [Fmsystem-commits] [15335] property: datesearch
Date: Fri, 24 Jun 2016 10:49:35 +0000 (UTC)

Revision: 15335
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=15335
Author:   sigurdne
Date:     2016-06-24 10:49:35 +0000 (Fri, 24 Jun 2016)
Log Message:
-----------
property: datesearch

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

Modified: trunk/property/inc/class.sotts.inc.php
===================================================================
--- trunk/property/inc/class.sotts.inc.php      2016-06-24 10:45:30 UTC (rev 
15334)
+++ trunk/property/inc/class.sotts.inc.php      2016-06-24 10:49:35 UTC (rev 
15335)
@@ -170,7 +170,7 @@
 
                        $config = $GLOBALS['phpgw']->config->read();
 
-                       if (!isset($config['bypass_acl_at_tickets']) || 
!$config['bypass_acl_at_tickets'])
+                       if (!$start_date && 
(!isset($config['bypass_acl_at_tickets']) || !$config['bypass_acl_at_tickets']))
                        {
                                $order_join .= " {$this->join} phpgw_group_map 
ON (phpgw_accounts.account_id = phpgw_group_map.account_id)";
                                
$GLOBALS['phpgw']->acl->set_account_id($this->account);




reply via email to

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