vrana           Wed Dec 29 11:06:49 2004 EDT

  Modified files:              
    /phpdoc/en/reference/ssh2/functions ssh2-sftp-mkdir.xml 
  Log:
  Fix type
  
http://cvs.php.net/diff.php/phpdoc/en/reference/ssh2/functions/ssh2-sftp-mkdir.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/ssh2/functions/ssh2-sftp-mkdir.xml
diff -u phpdoc/en/reference/ssh2/functions/ssh2-sftp-mkdir.xml:1.2 
phpdoc/en/reference/ssh2/functions/ssh2-sftp-mkdir.xml:1.3
--- phpdoc/en/reference/ssh2/functions/ssh2-sftp-mkdir.xml:1.2  Fri Dec 24 
22:16:14 2004
+++ phpdoc/en/reference/ssh2/functions/ssh2-sftp-mkdir.xml      Wed Dec 29 
11:06:48 2004
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- Generated by xml_proto.php v2.1. Found in /scripts directory of phpdoc. 
-->
   <refentry id="function.ssh2-sftp-mkdir">
    <refnamediv>
@@ -15,7 +15,7 @@
      
<methodparam><type>resource</type><parameter>sftp</parameter></methodparam>
      
<methodparam><type>string</type><parameter>dirname</parameter></methodparam>
      <methodparam 
choice="opt"><type>int</type><parameter>mode</parameter></methodparam>
-     <methodparam 
choice="opt"><type>int</type><parameter>recursive</parameter></methodparam>
+     <methodparam 
choice="opt"><type>bool</type><parameter>recursive</parameter></methodparam>
     </methodsynopsis>
 
     <para>

Reply via email to