]> granicus.if.org Git - php/commitdiff
proto fix
authorHartmut Holzgraefe <hholzgra@php.net>
Mon, 17 Dec 2001 20:06:29 +0000 (20:06 +0000)
committerHartmut Holzgraefe <hholzgra@php.net>
Mon, 17 Dec 2001 20:06:29 +0000 (20:06 +0000)
ext/mssql/php_mssql.c

index 3f0f9ef704d12ea98e88707cba4119acd95f15cf..7b73306f5509fd30efc6337406732beb27e34f93 100644 (file)
@@ -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)
 {