From 8593425a602701c062d0126519b22dec722bef32 Mon Sep 17 00:00:00 2001 From: Felipe Pena Date: Tue, 17 Feb 2009 12:32:06 +0000 Subject: [PATCH] - Fix proto --- ext/odbc/php_odbc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/odbc/php_odbc.c b/ext/odbc/php_odbc.c index 8e2e3a7c2f..20da27940a 100644 --- a/ext/odbc/php_odbc.c +++ b/ext/odbc/php_odbc.c @@ -1763,7 +1763,7 @@ PHP_FUNCTION(odbc_fetch_array) /* }}} */ #endif -/* {{{ proto int odbc_fetch_into(resource result_id, array result_array, [, int rownumber]) +/* {{{ proto int odbc_fetch_into(resource result_id, array &result_array, [, int rownumber]) Fetch one result row into an array */ PHP_FUNCTION(odbc_fetch_into) { -- 2.40.0