From 9e3788864bb532394d582c1c99bfe04791592691 Mon Sep 17 00:00:00 2001 From: Maxim Maletsky Date: Fri, 15 Nov 2002 18:20:59 +0000 Subject: [PATCH] WS --- ext/oci8/oci8.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.50.1