From 9fcb1dd2c94b94a825361eb37ed89869d5adac3f Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Mon, 26 Jan 2004 14:02:08 +0000 Subject: [PATCH] oops =( forgot these brackets.. --- 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 17554947e1..6334511cb4 100644 --- a/ext/oci8/oci8.c +++ b/ext/oci8/oci8.c @@ -6505,7 +6505,7 @@ PHP_FUNCTION(oci_collection_element_get) /* Return null if the value is null */ if (*elemind == OCI_IND_NULL) { - RETURN_NULL; + RETURN_NULL(); } switch (coll->element_typecode) { -- 2.50.1