[PHP-DOC] cvs: phpdoc /en/functions ifx.xml From: Ron Chmara (ron <email protected>)
Date: 09/30/00

ronabop Sat Sep 30 13:33:57 2000 EDT

  Modified files:
    /phpdoc/en/functions ifx.xml
  Log:
  Typos in examples
  
Index: phpdoc/en/functions/ifx.xml
diff -u phpdoc/en/functions/ifx.xml:1.9 phpdoc/en/functions/ifx.xml:1.10
--- phpdoc/en/functions/ifx.xml:1.9 Fri Sep 29 19:01:26 2000
+++ phpdoc/en/functions/ifx.xml Sat Sep 30 13:33:57 2000
@@ -720,7 +720,7 @@
      <programlisting role="php3">
 /* 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 @@
     <example>
      <title>Informix SQL fieldproperties</title>
      <programlisting role="php3">
-$properties = ifx_fieldtypes ($resultid);
+$properties = ifx_fieldproperties ($resultid);
 if (! isset($properties)) {
   ... error ...
 }