summaryrefslogtreecommitdiff
path: root/ext/fbsql/php_fbsql.c
diff options
context:
space:
mode:
authorFrank M. Kromann <fmk@php.net>2001-06-06 16:57:16 +0000
committerFrank M. Kromann <fmk@php.net>2001-06-06 16:57:16 +0000
commit127f827f76aa36d898bed55de157d5ad38425e54 (patch)
treeab56f65030ba07a05c013fc593734fdebadaab36 /ext/fbsql/php_fbsql.c
parent85d3d3e199924a3049262a4320b6a97171ba51ad (diff)
downloadphp-git-127f827f76aa36d898bed55de157d5ad38425e54.tar.gz
Update fbsql_fetch_array() to match documentation
Diffstat (limited to 'ext/fbsql/php_fbsql.c')
-rw-r--r--ext/fbsql/php_fbsql.c2
1 files changed, 1 insertions, 1 deletions
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);
}
/* }}} */