hholzgra                Tue Feb 12 14:41:18 2002 EDT

  Modified files:              
    /phpdoc/en/functions        errorfunc.xml 
  Log:
  error_log 2nd parameter is optional, too
  
  
Index: phpdoc/en/functions/errorfunc.xml
diff -u phpdoc/en/functions/errorfunc.xml:1.23 phpdoc/en/functions/errorfunc.xml:1.24
--- phpdoc/en/functions/errorfunc.xml:1.23      Sat Feb  2 10:35:57 2002
+++ phpdoc/en/functions/errorfunc.xml   Tue Feb 12 14:41:18 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.23 $ -->
+<!-- $Revision: 1.24 $ -->
  <reference id="ref.errorfunc">
   <title>Error Handling and Logging Functions</title>
   <titleabbrev>Errors and Logging</titleabbrev>
@@ -34,7 +34,7 @@
      <methodsynopsis>
       <type>int</type><methodname>error_log</methodname>
       <methodparam><type>string</type><parameter>message</parameter></methodparam>
-      <methodparam><type>int</type><parameter>message_type</parameter></methodparam>
+      <methodparam 
+choice="opt"><type>int</type><parameter>message_type</parameter></methodparam>
       <methodparam 
choice="opt"><type>string</type><parameter>destination</parameter></methodparam>
       <methodparam 
choice="opt"><type>string</type><parameter>extra_headers</parameter></methodparam>
      </methodsynopsis>


Reply via email to