mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
fix for /* */ style comments...
git-svn-id: file:///svn/phpbb/trunk@1109 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -50,6 +50,7 @@ function remove_comments($sql)
|
||||
if( ereg("\*\/$", $lines[$i]) )
|
||||
{
|
||||
$in_comment = false;
|
||||
$i++;
|
||||
}
|
||||
if(!$in_comment)
|
||||
{
|
||||
|
Reference in New Issue
Block a user