aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2012-07-01 00:48:40 +0200
committerAndreas Fischer <bantu@phpbb.com>2012-07-03 01:02:42 +0200
commit2c12f31cdf5f4c459d4f282acb92829e11accfd2 (patch)
tree0f106cc3765d49701502b0c85d5f4b4310f0b599 /phpBB/includes
parent81d5327e4411a7044f1c90e002505cad309372d6 (diff)
downloadforums-2c12f31cdf5f4c459d4f282acb92829e11accfd2.tar
forums-2c12f31cdf5f4c459d4f282acb92829e11accfd2.tar.gz
forums-2c12f31cdf5f4c459d4f282acb92829e11accfd2.tar.bz2
forums-2c12f31cdf5f4c459d4f282acb92829e11accfd2.tar.xz
forums-2c12f31cdf5f4c459d4f282acb92829e11accfd2.zip
[ticket/10937] Update documentation to say which comment styles are removed.
PHPBB3-10937
Diffstat (limited to 'phpBB/includes')
-rw-r--r--phpBB/includes/functions_install.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_install.php b/phpBB/includes/functions_install.php
index f8437e0055..89dfb7cd2f 100644
--- a/phpBB/includes/functions_install.php
+++ b/phpBB/includes/functions_install.php
@@ -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
*