mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-11 03:04:09 +02:00
- #10085
- Added notice about iso.txt to the coding guidelines git-svn-id: file:///svn/phpbb/trunk@7394 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -87,8 +87,7 @@ if ($post_id)
|
||||
$topic_id = (int) $row['topic_id'];
|
||||
$forum_id = (int) ($row['forum_id']) ? $row['forum_id'] : $forum_id;
|
||||
}
|
||||
|
||||
if ($topic_id && !$forum_id)
|
||||
else if ($topic_id)
|
||||
{
|
||||
$sql = 'SELECT forum_id
|
||||
FROM ' . TOPICS_TABLE . "
|
||||
|
Reference in New Issue
Block a user