1
0
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:
Paul S. Owen
2001-09-15 23:03:31 +00:00
parent 1857c70a35
commit 00f894f742
6 changed files with 753 additions and 518 deletions

View File

@@ -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'];