From 736bb20ca5eacc0e8d89f869c85391cf8e52d9b5 Mon Sep 17 00:00:00 2001 From: Ron Chmara Date: Sat, 30 Sep 2000 20:33:57 +0000 Subject: [PATCH] Typos in examples git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@33205 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/ifx.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/ifx.xml b/functions/ifx.xml index 98dc72976f..9c34a6e013 100644 --- a/functions/ifx.xml +++ b/functions/ifx.xml @@ -720,7 +720,7 @@ if ($rowcount > 1000) { /* assume the first column of 'sometable' is a serial */ $qid = ifx_query("insert into sometable - values (0, '2nd column', 'another column' ", $connid)); + values (0, '2nd column', 'another column') ", $connid); if (! $qid) { ... error ... } @@ -925,7 +925,7 @@ for ($i = 0; $i < count($types); $i++) { Informix SQL fieldproperties -$properties = ifx_fieldtypes ($resultid); +$properties = ifx_fieldproperties ($resultid); if (! isset($properties)) { ... error ... }