sander          Wed Feb 27 08:50:21 2002 EDT

  Modified files:              
    /phpdoc/en/functions        oci8.xml 
  Log:
  Fixed two typos & missing return info: #15762
  
  
Index: phpdoc/en/functions/oci8.xml
diff -u phpdoc/en/functions/oci8.xml:1.41 phpdoc/en/functions/oci8.xml:1.42
--- phpdoc/en/functions/oci8.xml:1.41   Sat Feb  2 10:36:05 2002
+++ phpdoc/en/functions/oci8.xml        Wed Feb 27 08:50:20 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.41 $ -->
+<!-- $Revision: 1.42 $ -->
  <reference id="ref.oci8">
   <title>Oracle 8 functions</title>
   <titleabbrev>OCI8</titleabbrev>
@@ -641,11 +641,14 @@
      </methodsynopsis>
     <para>
      <function>OCIExecute</function> executes a previously parsed
-     statement. (see <function>OCIParse</function>. The optional
+     statement. (see <function>OCIParse</function>). The optional
      <parameter>mode</parameter> 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.
+    </para>
+    <para>
+     &return.success;
     </para>
    </refsect1>
   </refentry>


Reply via email to