]> granicus.if.org Git - php/commitdiff
- Fix proto
authorDerick Rethans <derick@php.net>
Sun, 24 Mar 2002 17:59:39 +0000 (17:59 +0000)
committerDerick Rethans <derick@php.net>
Sun, 24 Mar 2002 17:59:39 +0000 (17:59 +0000)
ext/mysql/php_mysql.c

index 970abc2b5a1e80b1559a7953f1c9027a859fb948..a35cec5717dbda626e53f91907c9f8dd55118bd4 100644 (file)
@@ -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;