summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarald Radi <phanto@php.net>2001-12-02 21:17:55 +0000
committerHarald Radi <phanto@php.net>2001-12-02 21:17:55 +0000
commitde81b1c8d192fdf771585f9f64680a528df2bf68 (patch)
tree4d286d753e11634c53ceaa4c470cc189f841a3d5
parentc50a4e0c684d06907ca050ec022ecddbce711777 (diff)
downloadphp-git-migration/unlabaled-1.67.2.tar.gz
-rw-r--r--ext/mssql/php_mssql.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mssql/php_mssql.c b/ext/mssql/php_mssql.c
index e53940b66c..22462106bc 100644
--- a/ext/mssql/php_mssql.c
+++ b/ext/mssql/php_mssql.c
@@ -1238,7 +1238,7 @@ PHP_FUNCTION(mssql_fetch_object)
Returns an associative array of the current row in the result set specified by result_id */
PHP_FUNCTION(mssql_fetch_array)
{
- php_mssql_fetch_hash(INTERNAL_FUNCTION_PARAM_PASSTHRU, MSSQL_ASSOC);
+ php_mssql_fetch_hash(INTERNAL_FUNCTION_PARAM_PASSTHRU, MSSQL_BOTH);
}
/* }}} */