mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
fix for /* */ style comments...
git-svn-id: file:///svn/phpbb/trunk@1109 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
652bdcbb91
commit
57586ae96b
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue