--- class.t3lib_div.php 2004-09-24 13:06:11.000000000 +0200 +++ class.t3lib_div_mod.php 2004-12-13 11:04:10.000000000 +0100 @@ -1998,14 +1998,14 @@ } $content=curl_exec ($ch); curl_close ($ch); - return $content; } elseif($fd = fopen($url,'rb')) { while (!feof($fd)) { $content.=fread($fd, 5000); } fclose($fd); - return $content; } + + return $content; } /** @@ -3516,4 +3516,4 @@ } } -?> \ No newline at end of file +?>