From 250aded26522a03bd96d4818367e3b5304504190 Mon Sep 17 00:00:00 2001 From: Hartmut Holzgraefe Date: Thu, 6 Dec 2001 17:51:48 +0000 Subject: proto fixes --- ext/mssql/php_mssql.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/mssql/php_mssql.c') diff --git a/ext/mssql/php_mssql.c b/ext/mssql/php_mssql.c index 050c0ae46d..fb3391e5d5 100644 --- a/ext/mssql/php_mssql.c +++ b/ext/mssql/php_mssql.c @@ -1286,7 +1286,7 @@ PHP_FUNCTION(mssql_fetch_array) /* }}} */ -/* {{{ proto array mssql_fetch_array(int result_id [, int result_type]) +/* {{{ proto array mssql_fetch_assoc(int result_id [, int result_type]) Returns an associative array of the current row in the result set specified by result_id */ PHP_FUNCTION(mssql_fetch_assoc) { -- cgit v1.2.1