[20986] Removing no more used vars

Caeies <[email protected]> Wed, 27 Jan 2010 18:04:02 +0000
Newsgroups gmane.comp.web.phpgroupware.cvs
Message-ID <[email protected]>
Revision: 20986
          http://svn.sv.gnu.org/viewvc/?view=rev&root=phpgroupware&revision=20986
Author:   Caeies
Date:     2010-01-27 18:04:02 +0000 (Wed, 27 Jan 2010)
Log Message:
-----------
Removing no more used vars

Modified Paths:
--------------
    modules/phpgwapi/trunk/inc/class.net_http_client.inc.php

Modified: modules/phpgwapi/trunk/inc/class.net_http_client.inc.php
===================================================================
--- modules/phpgwapi/trunk/inc/class.net_http_client.inc.php	2010-01-26 13:24:45 UTC (rev 20985)
+++ modules/phpgwapi/trunk/inc/class.net_http_client.inc.php	2010-01-27 18:04:02 UTC (rev 20986)
@@ -804,7 +804,7 @@
 				$counter = 0;
 				socket_set_blocking( $this->socket, true );
 				socket_set_timeout($this->socket,2);
-				$ts1=time();
+				//$ts1=time();
 				do{
 					$status = socket_get_status( $this->socket );
 	/*				if( $this->debug & DBGSOCK )
@@ -817,7 +817,7 @@
 						$buffer = @fread( $this->socket, $status['unread_bytes'] );
 						$counter = 0;
 					} else {
-						$ts=time();
+						//$ts=time();
 						$buffer = @fread( $this->socket, 1024 );
 
 						sleep(0.1);