]> granicus.if.org Git - php/commitdiff
Fixed tiny mistake in proto (tnx to Egon for spotting it).
authorSander Roobol <sander@php.net>
Sun, 24 Mar 2002 18:19:31 +0000 (18:19 +0000)
committerSander Roobol <sander@php.net>
Sun, 24 Mar 2002 18:19:31 +0000 (18:19 +0000)
ext/mysql/php_mysql.c

index 9afe9199d815ef5c5cafdf29c7b906a5b00f9889..f4c5f568229c096695b63743c3c5b86214cf764e 100644 (file)
@@ -1508,7 +1508,7 @@ PHP_FUNCTION(mysql_escape_string)
 }
 /* }}} */
 
-/* {{{ proto string mysql_real_escape_string(string to_be_escaped, [int link_identifier])
+/* {{{ proto string mysql_real_escape_string(string to_be_escaped [, int link_identifier])
        Escape special characters in a string for use in a SQL statement, taking into account the current charset of the connection */
 PHP_FUNCTION(mysql_real_escape_string)
 {