fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [11925] sms: handle as cron


From: Sigurd Nes
Subject: [Fmsystem-commits] [11925] sms: handle as cron
Date: Mon, 28 Apr 2014 13:55:50 +0000

Revision: 11925
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=11925
Author:   sigurdne
Date:     2014-04-28 13:55:50 +0000 (Mon, 28 Apr 2014)
Log Message:
-----------
sms: handle as cron

Modified Paths:
--------------
    trunk/sms/inc/class.sms.inc.php

Modified: trunk/sms/inc/class.sms.inc.php
===================================================================
--- trunk/sms/inc/class.sms.inc.php     2014-04-28 13:55:02 UTC (rev 11924)
+++ trunk/sms/inc/class.sms.inc.php     2014-04-28 13:55:50 UTC (rev 11925)
@@ -179,7 +179,7 @@
                {
                        $datetime_now = $this->datetime_now();
                        $gateway_module_send = $this->gateway_module_send;
-                       $uid = $this->account;
+                       $uid = (int)$this->account;
 
                        $mobile_sender = $this->username2mobile($username);
                        $max_length = 160;




reply via email to

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