[ticket/10937] Update documentation to say which comment styles are removed.

PHPBB3-10937
This commit is contained in:
Andreas Fischer 2012-07-01 00:48:40 +02:00
parent 81d5327e44
commit 2c12f31cdf

View file

@ -486,7 +486,7 @@ function remove_remarks(&$sql)
} }
/** /**
* Removes comments from $input. * Removes "/* style" as well as "# style" comments from $input.
* *
* @param string $input Input string * @param string $input Input string
* *