1
0
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:
the_systech
2001-10-01 21:19:02 +00:00
parent 652bdcbb91
commit 57586ae96b

View File

@@ -50,6 +50,7 @@ function remove_comments($sql)
if( ereg("\*\/$", $lines[$i]) )
{
$in_comment = false;
$i++;
}
if(!$in_comment)
{