nlopess         Tue Feb 17 16:57:01 2004 EDT

  Modified files:              
    /phpdoc/en/reference/imap/functions imap-fetchheader.xml 
  Log:
  fix #27294
  options is optional
  
http://cvs.php.net/diff.php/phpdoc/en/reference/imap/functions/imap-fetchheader.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/imap/functions/imap-fetchheader.xml
diff -u phpdoc/en/reference/imap/functions/imap-fetchheader.xml:1.4 
phpdoc/en/reference/imap/functions/imap-fetchheader.xml:1.5
--- phpdoc/en/reference/imap/functions/imap-fetchheader.xml:1.4 Wed May  7 17:31:30 
2003
+++ phpdoc/en/reference/imap/functions/imap-fetchheader.xml     Tue Feb 17 16:57:01 
2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <!-- splitted from ./en/functions/imap.xml, last change in rev 1.2 -->
   <refentry id="function.imap-fetchheader">
    <refnamediv>
@@ -12,7 +12,7 @@
       <type>string</type><methodname>imap_fetchheader</methodname>
       
<methodparam><type>resource</type><parameter>imap_stream</parameter></methodparam>
       <methodparam><type>int</type><parameter>msgno</parameter></methodparam>
-      <methodparam><type>int</type><parameter>options</parameter></methodparam>
+      <methodparam 
choice="opt"><type>int</type><parameter>options</parameter></methodparam>
      </methodsynopsis>
     <para>
      This function causes a fetch of the complete, unfiltered 

Reply via email to