1
0
mirror of https://github.com/php/php-src.git synced 2026-04-29 19:23:22 +02:00

- fix logic after my build fix, thx to Hannes for the head up!

This commit is contained in:
Pierre Joye
2009-03-24 09:44:16 +00:00
parent 868d7d8144
commit 043ae0e0ee
+1 -1
View File
@@ -1631,7 +1631,7 @@ static void php_odbc_fetch_hash(INTERNAL_FUNCTION_PARAMETERS, int result_type)
SQLUSMALLINT RowStatus[1];
SQLLEN rownum;
zval *pv_res, *tmp;
long pv_row = 1;
long pv_row = -1;
if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "r|l", &pv_res, &pv_row) == FAILURE) {
return;