fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [15802] helpdesk: fix sql


From: sigurdne
Subject: [Fmsystem-commits] [15802] helpdesk: fix sql
Date: Fri, 7 Oct 2016 08:10:34 +0000 (UTC)

Revision: 15802
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=15802
Author:   sigurdne
Date:     2016-10-07 08:10:34 +0000 (Fri, 07 Oct 2016)
Log Message:
-----------
helpdesk: fix sql

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

Modified: trunk/helpdesk/inc/class.sotts.inc.php
===================================================================
--- trunk/helpdesk/inc/class.sotts.inc.php      2016-10-06 23:36:03 UTC (rev 
15801)
+++ trunk/helpdesk/inc/class.sotts.inc.php      2016-10-07 08:10:34 UTC (rev 
15802)
@@ -300,7 +300,7 @@
                                $where = 'AND';
 
                                $membership = 
$GLOBALS['phpgw']->accounts->membership($user_id);
-                               $filtermethod .= ' OR (assignedto IS NULL AND 
group_id IN (' . implode(',',array_keys($membership)) . ')))'; 
+                               $filtermethod .= ' OR (assignedto IS NULL AND 
phpgw_helpdesk_tickets.group_id IN (' . implode(',',array_keys($membership)) . 
')))';
                        }
 
                        if ($owner_id > 0)




reply via email to

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