phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] sms/bin config_VASK


From: Sigurd Nes
Subject: [Phpgroupware-cvs] sms/bin config_VASK
Date: Wed, 03 Oct 2007 13:34:09 +0000

CVSROOT:        /sources/phpgroupware
Module name:    sms
Changes by:     Sigurd Nes <sigurdne>   07/10/03 13:34:09

Modified files:
        bin            : config_VASK 

Log message:
        update

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/sms/bin/config_VASK?cvsroot=phpgroupware&r1=1.3&r2=1.4

Patches:
Index: config_VASK
===================================================================
RCS file: /sources/phpgroupware/sms/bin/config_VASK,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- config_VASK 25 Sep 2007 08:17:17 -0000      1.3
+++ config_VASK 3 Oct 2007 13:34:09 -0000       1.4
@@ -8,7 +8,7 @@
        * @internal Development of this application was funded by 
http://www.bergen.kommune.no/bbb_/ekstern/
        * @package sms
        * @subpackage sms
-       * @version $Id: config_VASK,v 1.3 2007/09/25 08:17:17 sigurdne Exp $
+       * @version $Id: config_VASK,v 1.4 2007/10/03 13:34:09 sigurdne Exp $
        */
 
        /**
@@ -23,7 +23,8 @@
 
        if($agreement_id && isset($param[0]) && $param[0])
        {
-               $filter = "WHERE agreement_id = $agreement_id AND location_code 
ilike '" . $param[0] . "%'";
+               $location_code = implode('',$param);
+               $filter = "WHERE agreement_id = $agreement_id AND location_code 
ilike '" . $location_code . "%'";
        }
        
        $this->db->query("SELECT id FROM fm_s_agreement_attribute WHERE 
column_name = '$target_field' AND attrib_detail=2",__LINE__,__FILE__);




reply via email to

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