betz Fri Aug 26 08:10:48 2005 EDT
Modified files:
/phpdoc/en/reference/mysql/functions mysql-fetch-array.xml
Log:
fix #34264, wrong caption for examples
http://cvs.php.net/diff.php/phpdoc/en/reference/mysql/functions/mysql-fetch-array.xml?r1=1.23&r2=1.24&ty=u
Index: phpdoc/en/reference/mysql/functions/mysql-fetch-array.xml
diff -u phpdoc/en/reference/mysql/functions/mysql-fetch-array.xml:1.23
phpdoc/en/reference/mysql/functions/mysql-fetch-array.xml:1.24
--- phpdoc/en/reference/mysql/functions/mysql-fetch-array.xml:1.23 Tue May
31 04:59:48 2005
+++ phpdoc/en/reference/mysql/functions/mysql-fetch-array.xml Fri Aug 26
08:10:46 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.23 $ -->
+<!-- $Revision: 1.24 $ -->
<refentry id="function.mysql-fetch-array">
<refnamediv>
<refname>mysql_fetch_array</refname>
@@ -74,7 +74,7 @@
</para>
<para>
<example>
- <title><function>mysql_affected_array</function> with
<constant>MYSQL_NUM</constant></title>
+ <title><function>mysql_fetch_array</function> with
<constant>MYSQL_NUM</constant></title>
<programlisting role="php">
<![CDATA[
<?php
@@ -118,7 +118,7 @@
</para>
<para>
<example>
- <title><function>mysql_affected_array</function> with
<constant>MYSQL_BOTH</constant></title>
+ <title><function>mysql_fetch_array</function> with
<constant>MYSQL_BOTH</constant></title>
<programlisting role="php">
<![CDATA[
<?php