nlopess         Wed Feb 18 09:56:47 2004 EDT

  Modified files:              
    /phpdoc/en/reference/imap/functions imap-body.xml 
                                        imap-fetchstructure.xml 
  Log:
  fix #27307
  
http://cvs.php.net/diff.php/phpdoc/en/reference/imap/functions/imap-body.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/imap/functions/imap-body.xml
diff -u phpdoc/en/reference/imap/functions/imap-body.xml:1.3 
phpdoc/en/reference/imap/functions/imap-body.xml:1.4
--- phpdoc/en/reference/imap/functions/imap-body.xml:1.3        Wed Oct  9 10:55:05 
2002
+++ phpdoc/en/reference/imap/functions/imap-body.xml    Wed Feb 18 09:56:47 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- splitted from ./en/functions/imap.xml, last change in rev 1.2 -->
   <refentry id="function.imap-body">
    <refnamediv>
@@ -16,8 +16,8 @@
      </methodsynopsis>
     <para>
      <function>imap_body</function> returns the body of the message,
-     numbered <parameter> msg_number</parameter> in the current
-     mailbox. The optional <parameter>flags</parameter> are a bit mask
+     numbered <parameter>msg_number</parameter> in the current
+     mailbox. The optional <parameter>options</parameter> are a bit mask
      with one or more of the following:
      <itemizedlist>
       <listitem>
http://cvs.php.net/diff.php/phpdoc/en/reference/imap/functions/imap-fetchstructure.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/imap/functions/imap-fetchstructure.xml
diff -u phpdoc/en/reference/imap/functions/imap-fetchstructure.xml:1.4 
phpdoc/en/reference/imap/functions/imap-fetchstructure.xml:1.5
--- phpdoc/en/reference/imap/functions/imap-fetchstructure.xml:1.4      Wed Dec 17 
09:32:31 2003
+++ phpdoc/en/reference/imap/functions/imap-fetchstructure.xml  Wed Feb 18 09:56:47 
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-fetchstructure">
    <refnamediv>
@@ -18,7 +18,7 @@
      </methodsynopsis>
     <para>
      This function fetches all the structured information for a given
-     message. The optional <parameter>flags</parameter> parameter only
+     message. The optional <parameter>options</parameter> parameter only
      has a single option, <parameter>FT_UID</parameter>, which tells
      the function to treat the <parameter>msg_number</parameter>
      argument as a <parameter>UID</parameter>. The returned object

Reply via email to