From 25e6912929a75875381fbab25fa1bd107882baa9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-S=C3=A9bastien=20Goupil?= Date: Mon, 4 Jul 2005 04:50:58 +0000 Subject: [PATCH] program and screen didn't fit git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@189846 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/pgsql/functions/pg-get-result.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/reference/pgsql/functions/pg-get-result.xml b/reference/pgsql/functions/pg-get-result.xml index 339970a411..79b399ce99 100644 --- a/reference/pgsql/functions/pg-get-result.xml +++ b/reference/pgsql/functions/pg-get-result.xml @@ -1,5 +1,5 @@ - + @@ -72,7 +72,7 @@ echo "$res1 has $rows1 records\n\n"; $res2 = pg_get_result($dbconn); - echo "second call to pg_get_result(): $res2\n"; + echo "Second call to pg_get_result(): $res2\n"; $rows2 = pg_num_rows($res2); echo "$res2 has $rows2 records\n"; ?> @@ -81,10 +81,10 @@ &example.outputs;