fix #34264, wrong caption for examples

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@194438 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Friedhelm Betz 2005-08-26 12:10:46 +00:00
parent 61ab2ffd44
commit 55a075b1c3

View file

@ -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 @@ SELECT table1.field AS foo, table2.field AS bar FROM table1, table2
</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 @@ mysql_free_result($result);
</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