Fixed example titles

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@77245 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Yasuo Ohgaki 2002-04-09 02:02:28 +00:00
parent 4fd3a1f0ac
commit b53616b664

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.82 $ -->
<!-- $Revision: 1.83 $ -->
<reference id="ref.pgsql">
<title>PostgreSQL functions</title>
<titleabbrev>PostgreSQL</titleabbrev>
@ -2585,7 +2585,7 @@ for ($i=0; $i < $num; $i++) {
to <literal>assoc_array</literal>.
</para>
<example>
<title>pg_insert example</title>
<title>pg_delete</title>
<programlisting role="php">
<![CDATA[
<?php
@ -2640,7 +2640,7 @@ for ($i=0; $i < $num; $i++) {
<literal>assoc_array</literal>.
</para>
<example>
<title>pg_insert example</title>
<title>pg_update</title>
<programlisting role="php">
<![CDATA[
<?php