fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [8108] SMS: update config


From: Sigurd Nes
Subject: [Fmsystem-commits] [8108] SMS: update config
Date: Tue, 15 Nov 2011 07:44:28 +0000

Revision: 8108
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=8108
Author:   sigurdne
Date:     2011-11-15 07:44:27 +0000 (Tue, 15 Nov 2011)
Log Message:
-----------
SMS: update config

Modified Paths:
--------------
    trunk/sms/bin/default/config_BR_log
    trunk/sms/bin/default/config_ST_log

Modified: trunk/sms/bin/default/config_BR_log
===================================================================
--- trunk/sms/bin/default/config_BR_log 2011-11-14 22:39:00 UTC (rev 8107)
+++ trunk/sms/bin/default/config_BR_log 2011-11-15 07:44:27 UTC (rev 8108)
@@ -18,12 +18,13 @@
         * This file is for redirecting from log items to the subject of the 
log 
         */
 
-       $agreement = array(48089,48329);
-
+//     $agreement = array(48089,48329);
+       $agreement = array(86850);
        foreach ($agreement as $agreement_id)
        {
                $sql = "SELECT id from fm_s_agreement_detail WHERE agreement_id 
= $agreement_id AND location_code ilike '" . $param . "%'";
                $this->db->query($sql,__LINE__,__FILE__);
+               $this->db->next_record();
                if($this->db->f('id'))
                {
                        break;
@@ -39,5 +40,3 @@
                'menuaction' => 'property.uis_agreement.view',
                'id'            => $agreement_id
        );
-       
-?>

Modified: trunk/sms/bin/default/config_ST_log
===================================================================
--- trunk/sms/bin/default/config_ST_log 2011-11-14 22:39:00 UTC (rev 8107)
+++ trunk/sms/bin/default/config_ST_log 2011-11-15 07:44:27 UTC (rev 8108)
@@ -18,8 +18,8 @@
         * This file is for redirecting from log items to the subject of the 
log 
         */
 
-       $agreement = array(48089,48329);
-
+//     $agreement = array(48089,48329);
+       $agreement = array(86850);
        foreach ($agreement as $agreement_id)
        {
                $sql = "SELECT id from fm_s_agreement_detail WHERE agreement_id 
= $agreement_id AND location_code ilike '" . $param . "%'";




reply via email to

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