From 404b232b766e8b090d9054ca08a3dc2a15e5f15d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-S=C3=A9bastien=20Goupil?= Date: Tue, 4 Oct 2005 15:17:46 +0000 Subject: [PATCH] using function tag instead of () git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@197560 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/pgsql/functions/pg-query.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/pgsql/functions/pg-query.xml b/reference/pgsql/functions/pg-query.xml index 7f889aefd9..ca7d37b10b 100644 --- a/reference/pgsql/functions/pg-query.xml +++ b/reference/pgsql/functions/pg-query.xml @@ -1,5 +1,5 @@ - + @@ -114,7 +114,7 @@ while ($row = pg_fetch_row($result)) { - Using pg_query() with multiple statements + Using <function>pg_query</function> with multiple statements