From f67478942b7d0ab1de1bd57c80eecedeb9d6ab6d Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Thu, 21 Apr 2005 04:03:16 +0000 Subject: [PATCH] Correct errors reported by jsgoupil in bug #32788. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@184806 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/ibm_db2/functions/db2-field-scale.xml | 4 ++-- reference/ibm_db2/functions/db2-free-stmt.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/reference/ibm_db2/functions/db2-field-scale.xml b/reference/ibm_db2/functions/db2-field-scale.xml index 703816535d..5f0a254a53 100644 --- a/reference/ibm_db2/functions/db2-field-scale.xml +++ b/reference/ibm_db2/functions/db2-field-scale.xml @@ -1,5 +1,5 @@ - + @@ -50,7 +50,7 @@ &reftitle.returnvalues; - 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, db2_field_scale returns &false;. diff --git a/reference/ibm_db2/functions/db2-free-stmt.xml b/reference/ibm_db2/functions/db2-free-stmt.xml index 2d8d8fddc1..40b7bee67f 100644 --- a/reference/ibm_db2/functions/db2-free-stmt.xml +++ b/reference/ibm_db2/functions/db2-free-stmt.xml @@ -1,5 +1,5 @@ - + @@ -20,7 +20,7 @@ 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 db2_free_result to explicitly free the + you can call db2_free_stmt to explicitly free the statement resources before the end of the script.