From: Maxim Maletsky Date: Fri, 15 Nov 2002 18:20:59 +0000 (+0000) Subject: WS X-Git-Tag: RELEASE_1_0b2~203 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9e3788864bb532394d582c1c99bfe04791592691;p=php WS --- diff --git a/ext/oci8/oci8.c b/ext/oci8/oci8.c index 7f867a8524..4ce26d6780 100644 --- a/ext/oci8/oci8.c +++ b/ext/oci8/oci8.c @@ -5004,7 +5004,7 @@ PHP_FUNCTION(ocicollassignelem) ndx = Z_LVAL_PP(index); connection = coll->conn; - + if (connection->error) { oci_error(connection->pError, "OCICollAssignElem", connection->error); RETURN_FALSE;