From: Frank M. Kromann Date: Wed, 6 Jun 2001 16:57:16 +0000 (+0000) Subject: Update fbsql_fetch_array() to match documentation X-Git-Tag: PRE_GRANULAR_GARBAGE_FIX~112 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=127f827f76aa36d898bed55de157d5ad38425e54;p=php Update fbsql_fetch_array() to match documentation --- diff --git a/ext/fbsql/php_fbsql.c b/ext/fbsql/php_fbsql.c index dd22710daf..77b9eaee20 100644 --- a/ext/fbsql/php_fbsql.c +++ b/ext/fbsql/php_fbsql.c @@ -2433,7 +2433,7 @@ PHP_FUNCTION(fbsql_fetch_object) Fetch a result row as an array (associative, numeric or both)*/ PHP_FUNCTION(fbsql_fetch_array) { - php_fbsql_fetch_hash(INTERNAL_FUNCTION_PARAM_PASSTHRU, FBSQL_NUM); + php_fbsql_fetch_hash(INTERNAL_FUNCTION_PARAM_PASSTHRU, FBSQL_BOTH); } /* }}} */