diff options
author | the_systech <the_systech@users.sourceforge.net> | 2001-10-01 21:19:02 +0000 |
---|---|---|
committer | the_systech <the_systech@users.sourceforge.net> | 2001-10-01 21:19:02 +0000 |
commit | 57586ae96bac7b45300f035deae1eccf557b7a20 (patch) | |
tree | c4607a098483bd7c4818c3e71adf303cc9d1cbda /phpBB/includes | |
parent | 652bdcbb91ef1dc2e7db37d05093c75f5a449eac (diff) | |
download | forums-57586ae96bac7b45300f035deae1eccf557b7a20.tar forums-57586ae96bac7b45300f035deae1eccf557b7a20.tar.gz forums-57586ae96bac7b45300f035deae1eccf557b7a20.tar.bz2 forums-57586ae96bac7b45300f035deae1eccf557b7a20.tar.xz forums-57586ae96bac7b45300f035deae1eccf557b7a20.zip |
fix for /* */ style comments...
git-svn-id: file:///svn/phpbb/trunk@1109 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes')
-rw-r--r-- | phpBB/includes/sql_parse.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/includes/sql_parse.php b/phpBB/includes/sql_parse.php index 8509390393..d57b44eb9c 100644 --- a/phpBB/includes/sql_parse.php +++ b/phpBB/includes/sql_parse.php @@ -50,6 +50,7 @@ function remove_comments($sql) if( ereg("\*\/$", $lines[$i]) ) { $in_comment = false; + $i++; } if(!$in_comment) { |