From a9439b7072361071712a5733d1b93f1fc68ff926 Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Sun, 24 Mar 2002 17:59:39 +0000 Subject: - Fix proto --- ext/mysql/php_mysql.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ext/mysql/php_mysql.c') 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; -- cgit v1.2.1