From 5e73b0dc6cb5a0f5dde2ef35e7d04be0343e69fa Mon Sep 17 00:00:00 2001 From: Miles Lott Date: Thu, 26 Feb 2004 01:38:51 +0000 Subject: [PATCH] Remove typing error on use of implode --- phpgwapi/inc/class.network.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/phpgwapi/inc/class.network.inc.php b/phpgwapi/inc/class.network.inc.php index 2d292a1d6c..4fa6adc6b9 100644 --- a/phpgwapi/inc/class.network.inc.php +++ b/phpgwapi/inc/class.network.inc.php @@ -239,6 +239,7 @@ { if($this->open_port($server, 80, 15)) { + $lines = array(); if(!$this->write_port('GET '.$file.' HTTP/1.0'."\n".'Host: '.$server."\n".$auth."\r\n\r\n")) { return 0;