From: Derick Rethans Date: Sun, 24 Mar 2002 17:59:39 +0000 (+0000) Subject: - Fix proto X-Git-Tag: php-4.3.0dev-ZendEngine2-Preview1~1060 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a9439b7072361071712a5733d1b93f1fc68ff926;p=php - Fix proto --- diff --git a/ext/mysql/php_mysql.c b/ext/mysql/php_mysql.c index 970abc2b5a..a35cec5717 100644 --- a/ext/mysql/php_mysql.c +++ b/ext/mysql/php_mysql.c @@ -1509,8 +1509,7 @@ PHP_FUNCTION(mysql_escape_string) /* }}} */ /* {{{ proto string mysql_real_escape_string(string to_be_escaped, [int link_identifier]) - Escape special characters in a string for ise in a SQL statement, taking into account the - current charset of the connection */ + Escape special characters in a string for ise in a SQL statement, taking into account the current charset of the connection */ PHP_FUNCTION(mysql_real_escape_string) { zval *mysql_link = NULL;