jsgoupil Tue Oct 4 11:17:50 2005 EDT
Modified files:
/phpdoc/en/reference/pgsql/functions pg-query.xml
Log:
using function tag instead of ()
http://cvs.php.net/diff.php/phpdoc/en/reference/pgsql/functions/pg-query.xml?r1=1.12&r2=1.13&ty=u
Index: phpdoc/en/reference/pgsql/functions/pg-query.xml
diff -u phpdoc/en/reference/pgsql/functions/pg-query.xml:1.12
phpdoc/en/reference/pgsql/functions/pg-query.xml:1.13
--- phpdoc/en/reference/pgsql/functions/pg-query.xml:1.12 Tue Oct 4
08:56:26 2005
+++ phpdoc/en/reference/pgsql/functions/pg-query.xml Tue Oct 4 11:17:46 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.12 $ -->
+<!-- $Revision: 1.13 $ -->
<!-- splitted from ./en/functions/pgsql.xml, last change in rev 1.2 -->
<refentry id="function.pg-query">
<refnamediv>
@@ -114,7 +114,7 @@
</para>
<para>
<example>
- <title>Using pg_query() with multiple statements</title>
+ <title>Using <function>pg_query</function> with multiple statements</title>
<programlisting role="php">
<![CDATA[
<?php