summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
Diffstat (limited to 'ext')
-rw-r--r--ext/msql/msql.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/msql/msql.c b/ext/msql/msql.c
index 4b082fd4b7..04d79abbb3 100644
--- a/ext/msql/msql.c
+++ b/ext/msql/msql.c
@@ -1121,7 +1121,7 @@ DLEXPORT PHP_FUNCTION(msql_fetch_object)
Fetch a result row as an associative array */
DLEXPORT PHP_FUNCTION(msql_fetch_array)
{
- php3_msql_fetch_hash(INTERNAL_FUNCTION_PARAM_PASSTHRU);
+ php3_msql_fetch_hash(INTERNAL_FUNCTION_PARAM_PASSTHRU, 0);
}
/* }}} */