aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2001-10-02 00:05:41 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2001-10-02 00:05:41 +0000
commitc1c17c30d37d088d370fce3aed02544b2cb69d29 (patch)
tree73cc17e5485e7054922fd9f65b094129831a7b00 /phpBB
parentb0a6fb6c877174d98517f4b94e7636be2a2bcd29 (diff)
downloadforums-c1c17c30d37d088d370fce3aed02544b2cb69d29.tar
forums-c1c17c30d37d088d370fce3aed02544b2cb69d29.tar.gz
forums-c1c17c30d37d088d370fce3aed02544b2cb69d29.tar.bz2
forums-c1c17c30d37d088d370fce3aed02544b2cb69d29.tar.xz
forums-c1c17c30d37d088d370fce3aed02544b2cb69d29.zip
Incorrect checkbox name
git-svn-id: file:///svn/phpbb/trunk@1118 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/templates/subSilver/modcp_body.tpl4
1 files changed, 1 insertions, 3 deletions
diff --git a/phpBB/templates/subSilver/modcp_body.tpl b/phpBB/templates/subSilver/modcp_body.tpl
index 5d573af433..107bbe0dde 100644
--- a/phpBB/templates/subSilver/modcp_body.tpl
+++ b/phpBB/templates/subSilver/modcp_body.tpl
@@ -26,9 +26,7 @@
<td class="row1">&nbsp;<span class="topictitle"><a href="{topicrow.U_VIEW_TOPIC}" class="topictitle">{topicrow.TOPIC_TITLE}</a></span></td>
<td class="row2" align="center" valign="middle"><span class="postdetails">{topicrow.REPLIES}</span></td>
<td class="row1" align="center" valign="middle"><span class="postdetails">{topicrow.LAST_POST}</span></td>
- <td class="row2" align="center" valign="middle">
- <input type="checkbox" name="preform_op[]" value="{topicrow.TOPIC_ID}" />
- </td>
+ <td class="row2" align="center" valign="middle"><input type="checkbox" name="topic_id_list[]" value="{topicrow.TOPIC_ID}" /></td>
</tr>
<!-- END topicrow -->
<tr align="right">