From: Antony Dovgal Date: Mon, 26 Jan 2004 14:02:08 +0000 (+0000) Subject: oops =( X-Git-Tag: php-5.0.0b4RC1~300 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9fcb1dd2c94b94a825361eb37ed89869d5adac3f;p=php oops =( forgot these brackets.. --- 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) {