summaryrefslogtreecommitdiff
path: root/ext/mysql/php_mysql.c
diff options
context:
space:
mode:
authorDerick Rethans <derick@php.net>2002-03-24 17:59:39 +0000
committerDerick Rethans <derick@php.net>2002-03-24 17:59:39 +0000
commita9439b7072361071712a5733d1b93f1fc68ff926 (patch)
treee2efc241017f78d1013da7fb13c603c9d752ab3e /ext/mysql/php_mysql.c
parentc47244cd8a55fb59bedc9b1ef07b397c5adb28d7 (diff)
downloadphp-git-a9439b7072361071712a5733d1b93f1fc68ff926.tar.gz
- Fix proto
Diffstat (limited to 'ext/mysql/php_mysql.c')
-rw-r--r--ext/mysql/php_mysql.c3
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;