mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
4fd3a1f0ac
commit
b53616b664
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue