]> granicus.if.org Git - php/commitdiff
oops =(
authorAntony Dovgal <tony2001@php.net>
Mon, 26 Jan 2004 14:02:08 +0000 (14:02 +0000)
committerAntony Dovgal <tony2001@php.net>
Mon, 26 Jan 2004 14:02:08 +0000 (14:02 +0000)
forgot these brackets..

ext/oci8/oci8.c

index 17554947e112cc7490c990b1392fc405b1e49e62..6334511cb4efc86ce2c7a2425457b844b006c561 100644 (file)
@@ -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) {