diff options
| -rw-r--r-- | ext/mssql/php_mssql.c | 2 | 
1 files changed, 1 insertions, 1 deletions
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)  {  | 
