From 55a075b1c3463201a870ba1572cb9d3756f51382 Mon Sep 17 00:00:00 2001 From: Friedhelm Betz Date: Fri, 26 Aug 2005 12:10:46 +0000 Subject: [PATCH] fix #34264, wrong caption for examples git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@194438 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mysql/functions/mysql-fetch-array.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/reference/mysql/functions/mysql-fetch-array.xml b/reference/mysql/functions/mysql-fetch-array.xml index adc167d683..3638dce674 100644 --- a/reference/mysql/functions/mysql-fetch-array.xml +++ b/reference/mysql/functions/mysql-fetch-array.xml @@ -1,5 +1,5 @@ - + mysql_fetch_array @@ -74,7 +74,7 @@ SELECT table1.field AS foo, table2.field AS bar FROM table1, table2 - <function>mysql_affected_array</function> with <constant>MYSQL_NUM</constant> + <function>mysql_fetch_array</function> with <constant>MYSQL_NUM</constant> - <function>mysql_affected_array</function> with <constant>MYSQL_BOTH</constant> + <function>mysql_fetch_array</function> with <constant>MYSQL_BOTH</constant>