fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [13914] sms: rename constructor


From: Sigurd Nes
Subject: [Fmsystem-commits] [13914] sms: rename constructor
Date: Tue, 15 Sep 2015 11:17:53 +0000

Revision: 13914
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=13914
Author:   sigurdne
Date:     2015-09-15 11:17:53 +0000 (Tue, 15 Sep 2015)
Log Message:
-----------
sms: rename constructor

Modified Paths:
--------------
    trunk/sms/bin/default/config_BR
    trunk/sms/bin/default/config_BR_log
    trunk/sms/bin/default/config_SD
    trunk/sms/bin/default/config_SD_log
    trunk/sms/bin/default/config_ST
    trunk/sms/bin/default/config_ST_log
    trunk/sms/bin/default/config_VASK_log
    trunk/sms/inc/class.uipoll.inc.php
    trunk/sms/inc/feedcreator.class.php
    trunk/sms/inc/plugin/gateway/clickatell/callback.php
    trunk/sms/inc/plugin/gateway/clickatell/config.php
    trunk/sms/inc/plugin/gateway/clickatell/fn.php
    trunk/sms/inc/plugin/gateway/clickatell/manage.php
    trunk/sms/inc/plugin/gateway/kannel/config.php
    trunk/sms/inc/plugin/gateway/kannel/dlr.php
    trunk/sms/inc/plugin/gateway/kannel/fn.php
    trunk/sms/inc/plugin/gateway/kannel/geturl.php
    trunk/sms/inc/plugin/gateway/kannel/manage.php
    trunk/sms/inc/plugin/gateway/uplink/config.php
    trunk/sms/inc/plugin/gateway/uplink/fn.php
    trunk/sms/inc/plugin/gateway/uplink/manage.php

Modified: trunk/sms/bin/default/config_BR
===================================================================
--- trunk/sms/bin/default/config_BR     2015-09-15 11:03:44 UTC (rev 13913)
+++ trunk/sms/bin/default/config_BR     2015-09-15 11:17:53 UTC (rev 13914)
@@ -14,7 +14,7 @@
        /**
         * Description
         * @package sms
-        * Config values for SMS-command "BR" - (Br\xF8yting) "snow clearing" 
in Norwegian - as example - as it is configured at BBB 
+        * Config values for SMS-command "BR" - (Brøyting) "snow clearing" in 
Norwegian - as example - as it is configured at BBB 
         */
 
        //$agreement = array(48089,48329);
@@ -59,5 +59,5 @@
        $this->db->query("SELECT id FROM phpgw_cust_attribute WHERE column_name 
= '$target_field' AND location_id = $location_id",__LINE__,__FILE__);
        $this->db->next_record();
        $attrib_id = $this->db->f('id');
-       $receipt= 'Br\xF8yting: ';      
-?>
+       $receipt= 'Brøyting: '; 
+

Modified: trunk/sms/bin/default/config_BR_log
===================================================================
--- trunk/sms/bin/default/config_BR_log 2015-09-15 11:03:44 UTC (rev 13913)
+++ trunk/sms/bin/default/config_BR_log 2015-09-15 11:17:53 UTC (rev 13914)
@@ -14,7 +14,7 @@
        /**
         * Description
         * @package sms
-        * Config values for SMS-command "BR" - (Br\xF8yting) "snow clearing" 
in Norwegian - as example - as it is configured at BBB
+        * Config values for SMS-command "BR" - (Brøyting) "snow clearing" in 
Norwegian - as example - as it is configured at BBB
         * This file is for redirecting from log items to the subject of the 
log 
         */
 

Modified: trunk/sms/bin/default/config_SD
===================================================================
--- trunk/sms/bin/default/config_SD     2015-09-15 11:03:44 UTC (rev 13913)
+++ trunk/sms/bin/default/config_SD     2015-09-15 11:17:53 UTC (rev 13914)
@@ -31,4 +31,3 @@
        $this->db->next_record();
        $attrib_id = $this->db->f('id');
        
-?>

Modified: trunk/sms/bin/default/config_SD_log
===================================================================
--- trunk/sms/bin/default/config_SD_log 2015-09-15 11:03:44 UTC (rev 13913)
+++ trunk/sms/bin/default/config_SD_log 2015-09-15 11:17:53 UTC (rev 13914)
@@ -26,4 +26,3 @@
                'id'            => $agreement_id
        );
 
-?>

Modified: trunk/sms/bin/default/config_ST
===================================================================
--- trunk/sms/bin/default/config_ST     2015-09-15 11:03:44 UTC (rev 13913)
+++ trunk/sms/bin/default/config_ST     2015-09-15 11:17:53 UTC (rev 13914)
@@ -14,7 +14,7 @@
        /**
         * Description
         * @package sms
-        * Config values for SMS-command "ST" - (Str\xF8ing) "sanding the ice" 
in Norwegian - as example - as it is configured at BBB 
+        * Config values for SMS-command "ST" - (Strøing) "sanding the ice" in 
Norwegian - as example - as it is configured at BBB 
         */
 
        //$agreement = array(48089,48329);
@@ -57,4 +57,4 @@
        $this->db->query("SELECT id FROM phpgw_cust_attribute WHERE column_name 
= '$target_field' AND location_id = $location_id",__LINE__,__FILE__);
        $this->db->next_record();
        $attrib_id = $this->db->f('id');
-       $receipt=  utf8_encode('Str\xF8ing: ');
+       $receipt=  utf8_encode('Strøing: ');

Modified: trunk/sms/bin/default/config_ST_log
===================================================================
--- trunk/sms/bin/default/config_ST_log 2015-09-15 11:03:44 UTC (rev 13913)
+++ trunk/sms/bin/default/config_ST_log 2015-09-15 11:17:53 UTC (rev 13914)
@@ -14,7 +14,7 @@
        /**
         * Description
         * @package sms
-        * Config values for SMS-command "ST" - (Str\xF8ing) "sanding the ice" 
in Norwegian - as example - as it is configured at BBB 
+        * Config values for SMS-command "ST" - (Strøing) "sanding the ice" in 
Norwegian - as example - as it is configured at BBB 
         * This file is for redirecting from log items to the subject of the 
log 
         */
 

Modified: trunk/sms/bin/default/config_VASK_log
===================================================================
--- trunk/sms/bin/default/config_VASK_log       2015-09-15 11:03:44 UTC (rev 
13913)
+++ trunk/sms/bin/default/config_VASK_log       2015-09-15 11:17:53 UTC (rev 
13914)
@@ -26,4 +26,3 @@
                'id'            => $agreement_id
        );
 
-?>

Modified: trunk/sms/inc/class.uipoll.inc.php
===================================================================
--- trunk/sms/inc/class.uipoll.inc.php  2015-09-15 11:03:44 UTC (rev 13913)
+++ trunk/sms/inc/class.uipoll.inc.php  2015-09-15 11:17:53 UTC (rev 13914)
@@ -32,7 +32,7 @@
                        );
 
 
-               function sms_uipoll()
+               function __construct()
                {
                        $this->nextmatchs                       = 
CreateObject('phpgwapi.nextmatchs');
                        $this->account                          = 
$GLOBALS['phpgw_info']['user']['account_id'];

Modified: trunk/sms/inc/feedcreator.class.php
===================================================================
--- trunk/sms/inc/feedcreator.class.php 2015-09-15 11:03:44 UTC (rev 13913)
+++ trunk/sms/inc/feedcreator.class.php 2015-09-15 11:17:53 UTC (rev 13914)
@@ -829,5 +829,3 @@
        }
 
 }
-
-?>

Modified: trunk/sms/inc/plugin/gateway/clickatell/callback.php
===================================================================
--- trunk/sms/inc/plugin/gateway/clickatell/callback.php        2015-09-15 
11:03:44 UTC (rev 13913)
+++ trunk/sms/inc/plugin/gateway/clickatell/callback.php        2015-09-15 
11:17:53 UTC (rev 13914)
@@ -1,4 +1,4 @@
-<?
+<?php
 chdir("../../../");
 include "init.php";
 include "$apps_path[libs]/function.php";
@@ -81,5 +81,3 @@
        setsmsdeliverystatus($smslog_id,$uid,$p_status);
     }
 }
-
-?>
\ No newline at end of file

Modified: trunk/sms/inc/plugin/gateway/clickatell/config.php
===================================================================
--- trunk/sms/inc/plugin/gateway/clickatell/config.php  2015-09-15 11:03:44 UTC 
(rev 13913)
+++ trunk/sms/inc/plugin/gateway/clickatell/config.php  2015-09-15 11:17:53 UTC 
(rev 13914)
@@ -1,4 +1,4 @@
-<?
+<?php
 
 if(!defined("_SECURE_")){die("Intruder: IP ".$_SERVER['REMOTE_ADDR']);};
 
@@ -16,5 +16,3 @@
 }
 
 $gateway_number = $clktl_param['sender'];
-
-?>
\ No newline at end of file

Modified: trunk/sms/inc/plugin/gateway/clickatell/fn.php
===================================================================
--- trunk/sms/inc/plugin/gateway/clickatell/fn.php      2015-09-15 11:03:44 UTC 
(rev 13913)
+++ trunk/sms/inc/plugin/gateway/clickatell/fn.php      2015-09-15 11:17:53 UTC 
(rev 13914)
@@ -1,4 +1,4 @@
-<?
+<?php
 
 if(!defined("_SECURE_")){die("Intruder: IP ".$_SERVER['REMOTE_ADDR']);};
 
@@ -214,6 +214,4 @@
            }
        }
     }
-}
-
-?>
+}
\ No newline at end of file

Modified: trunk/sms/inc/plugin/gateway/clickatell/manage.php
===================================================================
--- trunk/sms/inc/plugin/gateway/clickatell/manage.php  2015-09-15 11:03:44 UTC 
(rev 13913)
+++ trunk/sms/inc/plugin/gateway/clickatell/manage.php  2015-09-15 11:17:53 UTC 
(rev 13914)
@@ -1,4 +1,4 @@
-<?
+<?php
 
 if(!defined("_SECURE_")){die("Intruder: IP ".$_SERVER['REMOTE_ADDR']);};
 if (!isadmin()){die("Intruder: IP ".$_SERVER['REMOTE_ADDR']);};
@@ -77,5 +77,3 @@
        header ("Location: 
menu_admin.php?inc=gwmod_clickatell&op=manage&err=".urlencode($error_string));
        break;
 }
-
-?>
\ No newline at end of file

Modified: trunk/sms/inc/plugin/gateway/kannel/config.php
===================================================================
--- trunk/sms/inc/plugin/gateway/kannel/config.php      2015-09-15 11:03:44 UTC 
(rev 13913)
+++ trunk/sms/inc/plugin/gateway/kannel/config.php      2015-09-15 11:17:53 UTC 
(rev 13914)
@@ -1,4 +1,4 @@
-<?
+<?php
 
 if(!defined("_SECURE_")){die("Intruder: IP ".$_SERVER['REMOTE_ADDR']);};
 
@@ -17,5 +17,3 @@
 }
 
 $gateway_number = $kannel_param['global_sender'];
-
-?>
\ No newline at end of file

Modified: trunk/sms/inc/plugin/gateway/kannel/dlr.php
===================================================================
--- trunk/sms/inc/plugin/gateway/kannel/dlr.php 2015-09-15 11:03:44 UTC (rev 
13913)
+++ trunk/sms/inc/plugin/gateway/kannel/dlr.php 2015-09-15 11:17:53 UTC (rev 
13914)
@@ -1,4 +1,4 @@
-<?
+<?php
 chdir ("../../../");
 include "init.php";
 include "$apps_path[libs]/function.php";
@@ -48,5 +48,3 @@
        $db_result = dba_query($db_query);
     }
 }
-
-?>
\ No newline at end of file

Modified: trunk/sms/inc/plugin/gateway/kannel/fn.php
===================================================================
--- trunk/sms/inc/plugin/gateway/kannel/fn.php  2015-09-15 11:03:44 UTC (rev 
13913)
+++ trunk/sms/inc/plugin/gateway/kannel/fn.php  2015-09-15 11:17:53 UTC (rev 
13914)
@@ -1,4 +1,4 @@
-<?
+<?php
 
 if(!defined("_SECURE_")){die("Intruder: IP ".$_SERVER['REMOTE_ADDR']);};
 
@@ -99,5 +99,3 @@
        }
     }
 }
-
-?>

Modified: trunk/sms/inc/plugin/gateway/kannel/geturl.php
===================================================================
--- trunk/sms/inc/plugin/gateway/kannel/geturl.php      2015-09-15 11:03:44 UTC 
(rev 13913)
+++ trunk/sms/inc/plugin/gateway/kannel/geturl.php      2015-09-15 11:17:53 UTC 
(rev 13914)
@@ -1,4 +1,4 @@
-<?
+<?php
 chdir ("../../../");
 include "init.php";
 include "$apps_path[libs]/function.php";
@@ -30,5 +30,3 @@
     // $sms_datetime, $sms_sender, $target_code, $message
     setsmsincomingaction($sms_datetime,$sms_sender,$target_code,$message);
 }
-
-?>
\ No newline at end of file

Modified: trunk/sms/inc/plugin/gateway/kannel/manage.php
===================================================================
--- trunk/sms/inc/plugin/gateway/kannel/manage.php      2015-09-15 11:03:44 UTC 
(rev 13913)
+++ trunk/sms/inc/plugin/gateway/kannel/manage.php      2015-09-15 11:17:53 UTC 
(rev 13914)
@@ -1,4 +1,4 @@
-<?
+<?php
 
 if(!defined("_SECURE_")){die("Intruder: IP ".$_SERVER['REMOTE_ADDR']);};
 if (!isadmin()){die("Intruder: IP ".$_SERVER['REMOTE_ADDR']);};
@@ -79,5 +79,3 @@
        header ("Location: 
menu_admin.php?inc=gwmod_kannel&op=manage&err=".urlencode($error_string));
        break;
 }
-
-?>
\ No newline at end of file

Modified: trunk/sms/inc/plugin/gateway/uplink/config.php
===================================================================
--- trunk/sms/inc/plugin/gateway/uplink/config.php      2015-09-15 11:03:44 UTC 
(rev 13913)
+++ trunk/sms/inc/plugin/gateway/uplink/config.php      2015-09-15 11:17:53 UTC 
(rev 13914)
@@ -1,4 +1,4 @@
-<?
+<?php
 
 if(!defined("_SECURE_")){die("Intruder: IP ".$_SERVER['REMOTE_ADDR']);};
 
@@ -15,5 +15,3 @@
 }
 
 $gateway_number = $uplink_param['global_sender'];
-
-?>
\ No newline at end of file

Modified: trunk/sms/inc/plugin/gateway/uplink/fn.php
===================================================================
--- trunk/sms/inc/plugin/gateway/uplink/fn.php  2015-09-15 11:03:44 UTC (rev 
13913)
+++ trunk/sms/inc/plugin/gateway/uplink/fn.php  2015-09-15 11:17:53 UTC (rev 
13914)
@@ -1,4 +1,4 @@
-<?
+<?php
 
 if(!defined("_SECURE_")){die("Intruder: IP ".$_SERVER['REMOTE_ADDR']);};
 
@@ -166,5 +166,3 @@
        }
     }
 }
-
-?>

Modified: trunk/sms/inc/plugin/gateway/uplink/manage.php
===================================================================
--- trunk/sms/inc/plugin/gateway/uplink/manage.php      2015-09-15 11:03:44 UTC 
(rev 13913)
+++ trunk/sms/inc/plugin/gateway/uplink/manage.php      2015-09-15 11:17:53 UTC 
(rev 13914)
@@ -1,4 +1,4 @@
-<?
+<?php
 
 if(!defined("_SECURE_")){die("Intruder: IP ".$_SERVER['REMOTE_ADDR']);};
 
@@ -73,5 +73,3 @@
        header ("Location: 
menu_admin.php?inc=gwmod_uplink&op=manage&err=".urlencode($error_string));
        break;
 }
-
-?>
\ No newline at end of file




reply via email to

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