diff options
author | Derick Rethans <derick@php.net> | 2002-03-24 17:59:39 +0000 |
---|---|---|
committer | Derick Rethans <derick@php.net> | 2002-03-24 17:59:39 +0000 |
commit | a9439b7072361071712a5733d1b93f1fc68ff926 (patch) | |
tree | e2efc241017f78d1013da7fb13c603c9d752ab3e /ext/mysql/php_mysql.c | |
parent | c47244cd8a55fb59bedc9b1ef07b397c5adb28d7 (diff) | |
download | php-git-a9439b7072361071712a5733d1b93f1fc68ff926.tar.gz |
- Fix proto
Diffstat (limited to 'ext/mysql/php_mysql.c')
-rw-r--r-- | ext/mysql/php_mysql.c | 3 |
1 files changed, 1 insertions, 2 deletions
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; |