sterling                Tue May  8 09:06:54 2001 EDT

  Modified files:              
    /phpdoc/en/functions        oci8.xml 
  Log:
  Fix a typo.
  
  
  
Index: phpdoc/en/functions/oci8.xml
diff -u phpdoc/en/functions/oci8.xml:1.21 phpdoc/en/functions/oci8.xml:1.22
--- phpdoc/en/functions/oci8.xml:1.21   Sun May  6 19:22:52 2001
+++ phpdoc/en/functions/oci8.xml        Tue May  8 09:06:54 2001
@@ -1360,8 +1360,8 @@
     var_dump($data);
 }
  
-OCIFreeCursor($stmt);
-OCIFreeStatement($curs);
+OCIFreeStatement($stmt);
+OCIFreeCursor($curs);
 OCILogoff($conn);
 ?>
       </programlisting>


Reply via email to