From fad440e8089553649a94d91d320d50a84cab69ae Mon Sep 17 00:00:00 2001 From: Friedhelm Betz Date: Sun, 10 Nov 2002 14:55:32 +0000 Subject: [PATCH] fix for #19912 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@103166 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/uodbc/functions/odbc-execute.xml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/reference/uodbc/functions/odbc-execute.xml b/reference/uodbc/functions/odbc-execute.xml index 747e795cff..010028b71b 100644 --- a/reference/uodbc/functions/odbc-execute.xml +++ b/reference/uodbc/functions/odbc-execute.xml @@ -1,5 +1,5 @@ - + @@ -9,14 +9,13 @@ Description - resourceodbc_execute + boolodbc_execute resourceresult_id arrayparameters_array Executes a statement prepared with - odbc_prepare. Returns &true; on successful - execution; &false; otherwise. The array + odbc_prepare.&return.success; The array parameters_array only needs to be given if you really have parameters in your statement.