dbs             Thu Apr 21 00:03:17 2005 EDT

  Modified files:              
    /phpdoc/en/reference/ibm_db2/functions      db2-free-stmt.xml 
                                                db2-field-scale.xml 
  Log:
  Correct errors reported by jsgoupil in bug #32788.
  
  
http://cvs.php.net/diff.php/phpdoc/en/reference/ibm_db2/functions/db2-free-stmt.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/ibm_db2/functions/db2-free-stmt.xml
diff -u phpdoc/en/reference/ibm_db2/functions/db2-free-stmt.xml:1.2 
phpdoc/en/reference/ibm_db2/functions/db2-free-stmt.xml:1.3
--- phpdoc/en/reference/ibm_db2/functions/db2-free-stmt.xml:1.2 Wed Apr 20 
19:03:07 2005
+++ phpdoc/en/reference/ibm_db2/functions/db2-free-stmt.xml     Thu Apr 21 
00:03:16 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- Generated by xml_proto.php v2.2. Found in /scripts directory of phpdoc. 
-->
 <refentry id="function.db2-free-stmt">
  <refnamediv>
@@ -20,7 +20,7 @@
   <para>
    Frees the system and database resources that are associated with a statement
    resource. These resources are freed implicitly when a script finishes, but
-   you can call <function>db2_free_result</function> to explicitly free the
+   you can call <function>db2_free_stmt</function> to explicitly free the
    statement resources before the end of the script.
   </para>
 
http://cvs.php.net/diff.php/phpdoc/en/reference/ibm_db2/functions/db2-field-scale.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/ibm_db2/functions/db2-field-scale.xml
diff -u phpdoc/en/reference/ibm_db2/functions/db2-field-scale.xml:1.3 
phpdoc/en/reference/ibm_db2/functions/db2-field-scale.xml:1.4
--- phpdoc/en/reference/ibm_db2/functions/db2-field-scale.xml:1.3       Wed Apr 
20 16:38:24 2005
+++ phpdoc/en/reference/ibm_db2/functions/db2-field-scale.xml   Thu Apr 21 
00:03:16 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- Generated by xml_proto.php v2.2. Found in /scripts directory of phpdoc. 
-->
 <refentry id="function.db2-field-scale">
  <refnamediv>
@@ -50,7 +50,7 @@
  <refsect1 role="returnvalues">
   &reftitle.returnvalues;
   <para>
-   Returns an integer containing the precision of the specified column. If the
+   Returns an integer containing the scale of the specified column. If the
    specified column does not exist in the result set,
    <function>db2_field_scale</function> returns &false;.
   </para>

Reply via email to