didou Sat Jan 20 22:21:41 2007 UTC
Modified files:
/phpdoc/en/reference/errorfunc/functions error-log.xml
Log:
Fix typo
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/errorfunc/functions/error-log.xml?r1=1.14&r2=1.15&diff_format=u
Index: phpdoc/en/reference/errorfunc/functions/error-log.xml
diff -u phpdoc/en/reference/errorfunc/functions/error-log.xml:1.14
phpdoc/en/reference/errorfunc/functions/error-log.xml:1.15
--- phpdoc/en/reference/errorfunc/functions/error-log.xml:1.14 Tue Nov 29
13:36:12 2005
+++ phpdoc/en/reference/errorfunc/functions/error-log.xml Sat Jan 20
22:21:41 2007
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.14 $ -->
+<!-- $Revision: 1.15 $ -->
<!-- splitted from ./en/functions/errorfunc.xml, last change in rev 1.1 -->
<refentry id="function.error-log">
<refnamediv>
@@ -95,7 +95,7 @@
<listitem>
<para>
The destination. Its meaning depends on the
- <parameter>message</parameter> parameter as described above.
+ <parameter>message_type</parameter> parameter as described above.
</para>
</listitem>
</varlistentry>
@@ -103,7 +103,7 @@
<term><parameter>extra_headers</parameter></term>
<listitem>
<para>
- The extra headers. It's used when the <parameter>message</parameter>
+ The extra headers. It's used when the
<parameter>message_type</parameter>
parameter is set to <literal>1</literal>.
This message type uses the same internal function as
<function>mail</function> does.