]> granicus.if.org Git - php/commitdiff
Proto fix
authorJeroen van Wolffelaar <jeroen@php.net>
Mon, 20 Aug 2001 20:50:54 +0000 (20:50 +0000)
committerJeroen van Wolffelaar <jeroen@php.net>
Mon, 20 Aug 2001 20:50:54 +0000 (20:50 +0000)
ext/mysql/php_mysql.c

index f1aab4eed9cb8028f2fd37528c9361059b7b9ef7..8c19a043e68ecb4d74a3681a46414ba58b09d277 100644 (file)
@@ -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)
 {