]> granicus.if.org Git - php/commitdiff
MFH
authorIlia Alshanetsky <iliaa@php.net>
Thu, 16 Jan 2003 02:54:07 +0000 (02:54 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Thu, 16 Jan 2003 02:54:07 +0000 (02:54 +0000)
ext/oracle/oracle.c

index 8e35627c6f870cfcccd8c68a739e73b4b3186770..0dc2814b3667467b6de53d305259c4ecd869a424 100644 (file)
@@ -601,6 +601,8 @@ PHP_FUNCTION(ora_logoff)
        ZEND_FETCH_RESOURCE2(conn, oraConnection *, arg, -1, "Oracle-Connection", le_conn, le_pconn);
 
        zend_list_delete(Z_LVAL_PP(arg));
+
+       RETURN_TRUE;
 }
 /* }}} */