fmsystem-commits
[Top][All Lists]
Advanced

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

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


From: Sigurd Nes
Subject: [Fmsystem-commits] [8087] SMS: update config
Date: Fri, 11 Nov 2011 14:52:31 +0000

Revision: 8087
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=8087
Author:   sigurdne
Date:     2011-11-11 14:52:30 +0000 (Fri, 11 Nov 2011)
Log Message:
-----------
SMS: update config

Modified Paths:
--------------
    trunk/sms/bin/default/config_BR
    trunk/sms/bin/default/config_ST

Modified: trunk/sms/bin/default/config_BR
===================================================================
--- trunk/sms/bin/default/config_BR     2011-11-11 13:17:42 UTC (rev 8086)
+++ trunk/sms/bin/default/config_BR     2011-11-11 14:52:30 UTC (rev 8087)
@@ -17,13 +17,15 @@
         * Config values for SMS-command "BR" - (Br\xF8yting) "snow clearing" 
in Norwegian - as example - as it is configured at BBB 
         */
 
-       $agreement = array(48089,48329);
+       //$agreement = array(48089,48329);
+       $agreement = array(86850);
 
        $limit = array
-                       (
-                               48089 => ' AND id > 0 AND id < 131',
-                               48329 => ' AND id > 0 AND id < 43'
-                       );
+       (
+               48089 => ' AND id > 0 AND id < 131',
+               48329 => ' AND id > 0 AND id < 43',
+               86850 => '', 
+       );
 
        if(isset($param[0]) && $param[0])
        {

Modified: trunk/sms/bin/default/config_ST
===================================================================
--- trunk/sms/bin/default/config_ST     2011-11-11 13:17:42 UTC (rev 8086)
+++ trunk/sms/bin/default/config_ST     2011-11-11 14:52:30 UTC (rev 8087)
@@ -17,13 +17,15 @@
         * Config values for SMS-command "ST" - (Str\xF8ing) "sanding the ice" 
in Norwegian - as example - as it is configured at BBB 
         */
 
-       $agreement = array(48089,48329);
+       //$agreement = array(48089,48329);
+       $agreement = array(86850);
 
        $limit = array
-                       (
-                               48089 => ' AND id > 0 AND id < 131',
-                               48329 => ' AND id > 0 AND id < 43'
-                       );
+       (
+               48089 => ' AND id > 0 AND id < 131',
+               48329 => ' AND id > 0 AND id < 43',
+               86850 => '', 
+       );
 
        if(isset($param[0]) && $param[0])
        {




reply via email to

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