sean            Fri Feb  4 19:11:21 2005 EDT

  Modified files:              
    /phpdoc/en/reference/ftp/functions  ftp-fget.xml 
  Log:
  fixed example
  
http://cvs.php.net/diff.php/phpdoc/en/reference/ftp/functions/ftp-fget.xml?r1=1.10&r2=1.11&ty=u
Index: phpdoc/en/reference/ftp/functions/ftp-fget.xml
diff -u phpdoc/en/reference/ftp/functions/ftp-fget.xml:1.10 
phpdoc/en/reference/ftp/functions/ftp-fget.xml:1.11
--- phpdoc/en/reference/ftp/functions/ftp-fget.xml:1.10 Sun Jan 16 01:02:14 2005
+++ phpdoc/en/reference/ftp/functions/ftp-fget.xml      Fri Feb  4 19:11:21 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.10 $ -->
+<!-- $Revision: 1.11 $ -->
 <refentry id="function.ftp-fget">
  <refnamediv>
   <refname>ftp_fget</refname>
@@ -100,7 +100,7 @@
 
 // close the connection and the file handler
 ftp_close($conn_id);
-fclose($fp);
+fclose($handle);
 ?>
 ]]>
     </programlisting>


Reply via email to