hmm. this comma is supposed to be a semicolon.

This commit is contained in:
Antony Dovgal 2004-04-26 14:49:41 +00:00
parent 210244b339
commit af96ad84b5

View 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++;