diff options
author | Jeroen van Wolffelaar <jeroen@php.net> | 2001-08-20 20:50:54 +0000 |
---|---|---|
committer | Jeroen van Wolffelaar <jeroen@php.net> | 2001-08-20 20:50:54 +0000 |
commit | d14b3a86cf97153991fc00657317bfbfabf03481 (patch) | |
tree | 59009d529db75a1c78ac8df7e4666570133e3ded /ext/mysql/php_mysql.c | |
parent | 9b137805c8014b80425ed695095b07e5edb5836b (diff) | |
download | php-git-d14b3a86cf97153991fc00657317bfbfabf03481.tar.gz |
Proto fix
Diffstat (limited to 'ext/mysql/php_mysql.c')
-rw-r--r-- | ext/mysql/php_mysql.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mysql/php_mysql.c b/ext/mysql/php_mysql.c index f1aab4eed9..8c19a043e6 100644 --- a/ext/mysql/php_mysql.c +++ b/ext/mysql/php_mysql.c @@ -1317,7 +1317,7 @@ PHP_FUNCTION(mysql_affected_rows) /* }}} */ -/* {{{ proto char mysql_escape_string([char string]) +/* {{{ proto string mysql_escape_string(string to_be_escaped) Escape string for mysql query */ PHP_FUNCTION(mysql_escape_string) { |