mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-05 15:16:16 +02:00
git-svn-id: file:///svn/phpbb/trunk@6890 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
348edb41d9
commit
07d7486389
@ -709,7 +709,7 @@ function topic_status(&$topic_row, $replies, $unread_topic, &$folder_img, &$fold
|
||||
|
||||
if ($topic_row['poll_start'])
|
||||
{
|
||||
$topic_type .= $user->lang['VIEW_TOPIC_POLL'];
|
||||
$topic_type = $user->lang['VIEW_TOPIC_POLL'];
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -154,6 +154,7 @@
|
||||
<!-- END to_recipient -->
|
||||
</td>
|
||||
</tr>
|
||||
<!-- IF S_ALLOW_MASS_PM -->
|
||||
<tr>
|
||||
<td class="row1"><b class="genmed">{L_BCC}:</b></td>
|
||||
<td class="row2">
|
||||
@ -165,6 +166,7 @@
|
||||
<!-- END bcc_recipient -->
|
||||
</td>
|
||||
</tr>
|
||||
<!-- ENDIF -->
|
||||
<!-- ENDIF -->
|
||||
|
||||
<tr>
|
||||
|
Loading…
x
Reference in New Issue
Block a user