Hello list.

Please review and apply this tiny patch.
It updates old variable name to new one in example source.

Cheers,
George Miroshnikov.
Index: en/reference/ftp/functions/ftp-fget.xml
===================================================================
RCS file: /repository/phpdoc/en/reference/ftp/functions/ftp-fget.xml,v
retrieving revision 1.10
diff -u -r1.10 ftp-fget.xml
--- en/reference/ftp/functions/ftp-fget.xml     16 Jan 2005 06:02:14 -0000      
1.10
+++ en/reference/ftp/functions/ftp-fget.xml     4 Feb 2005 14:01:12 -0000
@@ -100,7 +100,7 @@
 
 // close the connection and the file handler
 ftp_close($conn_id);
-fclose($fp);
+fclose($handle);
 ?>
 ]]>
     </programlisting>

Reply via email to