From f0c0b88fdddc349642f682d12b219795653be484 Mon Sep 17 00:00:00 2001 From: Hartmut Holzgraefe Date: Mon, 17 Dec 2001 20:06:29 +0000 Subject: proto fix --- 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 3f0f9ef704..7b73306f55 100644 --- a/ext/mssql/php_mssql.c +++ b/ext/mssql/php_mssql.c @@ -1768,7 +1768,7 @@ PHP_FUNCTION(mssql_init) /* }}} */ /* {{{ proto int mssql_bind(int stmt, string param_name, mixed var, int type - [, int is_output[, int is_null[, int maxlen]]) + [, int is_output[, int is_null[, int maxlen]]]) Adds a parameter to a stored procedure or a remote stored procedure */ PHP_FUNCTION(mssql_bind) { -- cgit v1.2.1