[PHP-DOC] cvs: phpdoc /en/functions ftp.xml From: Hojtsy Gabor (goba <email protected>)
Date: 09/04/01

goba Tue Sep 4 10:49:38 2001 EDT

  Modified files:
    /phpdoc/en/functions ftp.xml
  Log:
  Closing bug 13124, and another one in ftp_quit
  
  
Index: phpdoc/en/functions/ftp.xml
diff -u phpdoc/en/functions/ftp.xml:1.19 phpdoc/en/functions/ftp.xml:1.20
--- phpdoc/en/functions/ftp.xml:1.19 Sun Aug 19 07:42:10 2001
+++ phpdoc/en/functions/ftp.xml Tue Sep 4 10:49:38 2001
@@ -1,5 +1,5 @@
 <?xml encoding="iso-8859-1"?>
-<!-- $Revision: 1.19 $ -->
+<!-- $Revision: 1.20 $ -->
  <reference id="ref.ftp">
   <title>FTP functions</title>
   <titleabbrev>FTP</titleabbrev>
@@ -36,10 +36,10 @@
 // check connection
 if ((!$conn_id) || (!$login_result)) {
         echo "Ftp connection has failed!";
- echo "Attempted to connect to $ftp_server for user $user";
+ echo "Attempted to connect to $ftp_server for user $ftp_user_name";
         die;
     } else {
- echo "Connected to $ftp_server, for user $user";
+ echo "Connected to $ftp_server, for user $ftp_user_name";
     }
 
 // upload the file
@@ -557,7 +557,7 @@
      </funcprototype>
     </funcsynopsis>
     <para>
- <function>ftp_connect</function> closes <parameter>ftp_stream</parameter>.
+ <function>ftp_quit</function> closes <parameter>ftp_stream</parameter>.
     </para>
    </refsect1>
   </refentry>