fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [8530] sms: fix


From: Sigurd Nes
Subject: [Fmsystem-commits] [8530] sms: fix
Date: Mon, 09 Jan 2012 08:57:41 +0000

Revision: 8530
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=8530
Author:   sigurdne
Date:     2012-01-09 08:57:41 +0000 (Mon, 09 Jan 2012)
Log Message:
-----------
sms: fix

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

Modified: trunk/sms/inc/class.sms.inc.php
===================================================================
--- trunk/sms/inc/class.sms.inc.php     2012-01-09 08:55:05 UTC (rev 8529)
+++ trunk/sms/inc/class.sms.inc.php     2012-01-09 08:57:41 UTC (rev 8530)
@@ -707,7 +707,7 @@
                        {
                                $url['port'] = 80;
                        }
-                       $connection = 
fsockopen($url['host'],$url['port'],&$error_number,&$error_description,60);
+                       $connection = 
fsockopen($url['host'],$url['port'],$error_number,$error_description,60);
                        if($connection)
                        {
                                socket_set_blocking($connection, false);




reply via email to

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