mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 08:47:45 +02:00
git-svn-id: file:///svn/phpbb/trunk@6890 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -709,7 +709,7 @@ function topic_status(&$topic_row, $replies, $unread_topic, &$folder_img, &$fold
|
|||||||
|
|
||||||
if ($topic_row['poll_start'])
|
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 -->
|
<!-- END to_recipient -->
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<!-- IF S_ALLOW_MASS_PM -->
|
||||||
<tr>
|
<tr>
|
||||||
<td class="row1"><b class="genmed">{L_BCC}:</b></td>
|
<td class="row1"><b class="genmed">{L_BCC}:</b></td>
|
||||||
<td class="row2">
|
<td class="row2">
|
||||||
@@ -166,6 +167,7 @@
|
|||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
|
<!-- ENDIF -->
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td class="row1" width="22%"><b class="genmed">{L_SUBJECT}:</b></td>
|
<td class="row1" width="22%"><b class="genmed">{L_SUBJECT}:</b></td>
|
||||||
|
Reference in New Issue
Block a user