mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-27 10:14:47 +02:00
Updated moderator panel, particularly move/delete topic
git-svn-id: file:///svn/phpbb/trunk@1043 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -395,6 +395,11 @@ if($total_topics)
|
||||
$topic_type = "";
|
||||
}
|
||||
|
||||
if( $topic_rowset[$i]['topic_vote'] )
|
||||
{
|
||||
$topic_type .= $lang['Topic_Poll'] . " ";
|
||||
}
|
||||
|
||||
$topic_id = $topic_rowset[$i]['topic_id'];
|
||||
|
||||
$replies = $topic_rowset[$i]['topic_replies'];
|
||||
|
Reference in New Issue
Block a user