fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [14688] property: check for coordinator rather than u


From: Sigurd Nes
Subject: [Fmsystem-commits] [14688] property: check for coordinator rather than user_id
Date: Mon, 01 Feb 2016 18:53:33 +0000

Revision: 14688
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=14688
Author:   sigurdne
Date:     2016-02-01 18:53:32 +0000 (Mon, 01 Feb 2016)
Log Message:
-----------
property: check for coordinator rather than user_id

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

Modified: trunk/property/inc/class.soproject.inc.php
===================================================================
--- trunk/property/inc/class.soproject.inc.php  2016-02-01 12:25:53 UTC (rev 
14687)
+++ trunk/property/inc/class.soproject.inc.php  2016-02-01 18:53:32 UTC (rev 
14688)
@@ -2705,7 +2705,7 @@
                        if($user_id)
                        {
                                $user_id = (int) $user_id;
-                               $filter .= "AND fm_{$type}.user_id = $user_id";
+                               $filter .= "AND fm_{$type}.coordinator = 
$user_id";
                        }
 
                        if($ecodimb)




reply via email to

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