From: Jeroen van Wolffelaar Date: Mon, 20 Aug 2001 20:50:54 +0000 (+0000) Subject: Proto fix X-Git-Tag: PRE_SUBST_Z_MACROS~417 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d14b3a86cf97153991fc00657317bfbfabf03481;p=php Proto fix --- diff --git a/ext/mysql/php_mysql.c b/ext/mysql/php_mysql.c index f1aab4eed9..8c19a043e6 100644 --- a/ext/mysql/php_mysql.c +++ b/ext/mysql/php_mysql.c @@ -1317,7 +1317,7 @@ PHP_FUNCTION(mysql_affected_rows) /* }}} */ -/* {{{ proto char mysql_escape_string([char string]) +/* {{{ proto string mysql_escape_string(string to_be_escaped) Escape string for mysql query */ PHP_FUNCTION(mysql_escape_string) {