mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 14:57:37 +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]) )
|
if( ereg("\*\/$", $lines[$i]) )
|
||||||
{
|
{
|
||||||
$in_comment = false;
|
$in_comment = false;
|
||||||
|
$i++;
|
||||||
}
|
}
|
||||||
if(!$in_comment)
|
if(!$in_comment)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user