--- alx-src/branches/alx-web-060/include/common-functions.php 2011/06/15 13:14:25 2415 +++ alx-src/branches/alx-web-060/include/common-functions.php 2011/06/15 14:17:26 2416 @@ -35,7 +35,7 @@ while ($buf = fread($stream,4096)) { $data .= $buf; - echo "buf=" .$buf."\n"; + //echo "buf=" .$buf."\n"; } fclose($stream); # get the last element of data as retval