fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [11790] controller: fix check assigned


From: Sigurd Nes
Subject: [Fmsystem-commits] [11790] controller: fix check assigned
Date: Thu, 06 Mar 2014 11:34:31 +0000

Revision: 11790
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=11790
Author:   sigurdne
Date:     2014-03-06 11:34:30 +0000 (Thu, 06 Mar 2014)
Log Message:
-----------
controller: fix check assigned

Modified Paths:
--------------
    trunk/controller/inc/class.socheck_list.inc.php

Modified: trunk/controller/inc/class.socheck_list.inc.php
===================================================================
--- trunk/controller/inc/class.socheck_list.inc.php     2014-03-06 09:42:29 UTC 
(rev 11789)
+++ trunk/controller/inc/class.socheck_list.inc.php     2014-03-06 11:34:30 UTC 
(rev 11790)
@@ -273,7 +273,7 @@
                        $sql .= "AND status = {$status} ";
                }  
        
-               $sql .= "AND assigned_to IS NULL";
+               $sql .= "AND assigned_to IS NOT NULL";
 
                $this->db->query($sql);
                




reply via email to

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