diff options
| -rw-r--r-- | phpBB/includes/functions_install.php | 2 | 
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  * | 
