]> granicus.if.org Git - php/commitdiff
hmm. this comma is supposed to be a semicolon.
authorAntony Dovgal <tony2001@php.net>
Mon, 26 Apr 2004 14:49:41 +0000 (14:49 +0000)
committerAntony Dovgal <tony2001@php.net>
Mon, 26 Apr 2004 14:49:41 +0000 (14:49 +0000)
ext/oci8/oci8.c

index f6b5a1977d4266117bd906d8b988c5b96b25aac5..bf49831306e01ab277b049eda0db4f8b89683562 100644 (file)
@@ -5666,7 +5666,7 @@ PHP_FUNCTION(oci_fetch_all)
                                }
                        }
 
-                       zend_hash_next_index_insert(Z_ARRVAL_PP(array), &row, sizeof(zval*), NULL),
+                       zend_hash_next_index_insert(Z_ARRVAL_PP(array), &row, sizeof(zval*), NULL);
 
                        rows++;