maxim Sat Nov 9 19:40:46 2002 EDT
Modified files:
/phpdoc/en/reference/oci8/functions ocicommit.xml
Log:
function returns boolean, not int
Index: phpdoc/en/reference/oci8/functions/ocicommit.xml
diff -u phpdoc/en/reference/oci8/functions/ocicommit.xml:1.3
phpdoc/en/reference/oci8/functions/ocicommit.xml:1.4
--- phpdoc/en/reference/oci8/functions/ocicommit.xml:1.3 Sat Nov 9 19:26:04
2002
+++ phpdoc/en/reference/oci8/functions/ocicommit.xml Sat Nov 9 19:40:46 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/oci8.xml, last change in rev 1.2 -->
<refentry id="function.ocicommit">
<refnamediv>
@@ -9,7 +9,7 @@
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>int</type><methodname>OCICommit</methodname>
+ <type>bool</type><methodname>OCICommit</methodname>
<methodparam><type>int</type><parameter>connection</parameter></methodparam>
</methodsynopsis>
<para>
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php