From 2e21346a40a7ea1a6132f5f268676b3dbceba7f1 Mon Sep 17 00:00:00 2001 From: Sander Roobol Date: Wed, 27 Feb 2002 13:50:20 +0000 Subject: [PATCH] Fixed two typos & missing return info: #15762 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@71070 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/oci8.xml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/functions/oci8.xml b/functions/oci8.xml index 89ce27afba..652c35d11f 100644 --- a/functions/oci8.xml +++ b/functions/oci8.xml @@ -1,5 +1,5 @@ - + Oracle 8 functions OCI8 @@ -641,12 +641,15 @@ print ""; OCIExecute executes a previously parsed - statement. (see OCIParse. The optional + statement. (see OCIParse). The optional mode allows you to specify the execution-mode (default is OCI_COMMIT_ON_SUCCESS). If you don't - want statements to be committed automaticly specify OCI_DEFAULT as + want statements to be committed automatically specify OCI_DEFAULT as your mode. + + &return.success; +