aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/admin_prune.php
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2003-06-06 15:23:50 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2003-06-06 15:23:50 +0000
commitd1dd262f831db070ad5c1e6e179d2e3099556383 (patch)
treef457a8b8498f9c31fd5c9e9dd589c443178425dd /phpBB/adm/admin_prune.php
parent8a09c0d75f1da62d40b71cb67f74de9ac005d5a7 (diff)
downloadforums-d1dd262f831db070ad5c1e6e179d2e3099556383.tar
forums-d1dd262f831db070ad5c1e6e179d2e3099556383.tar.gz
forums-d1dd262f831db070ad5c1e6e179d2e3099556383.tar.bz2
forums-d1dd262f831db070ad5c1e6e179d2e3099556383.tar.xz
forums-d1dd262f831db070ad5c1e6e179d2e3099556383.zip
Various updates and fixes ... no doubt there are new bugs but where would the fun be without them?
git-svn-id: file:///svn/phpbb/trunk@4090 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm/admin_prune.php')
-rw-r--r--phpBB/adm/admin_prune.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/admin_prune.php b/phpBB/adm/admin_prune.php
index 6318f04785..dc8c27b580 100644
--- a/phpBB/adm/admin_prune.php
+++ b/phpBB/adm/admin_prune.php
@@ -220,7 +220,7 @@ else
<td class="row2"><input type="radio" name="prune_sticky" value="1" /> <?php echo $user->lang['YES']; ?> &nbsp; <input type="radio" name="prune_sticky" value="0" checked="checked" /> <?php echo $user->lang['NO']; ?></td>
</tr>
<tr>
- <td class="cat" colspan="2" align="center"><?php echo $s_hidden_fields; ?><input type="submit" name="submit" value="<?php echo $user->lang['SUBMIT']; ?>" class="mainoption"></td>
+ <td class="cat" colspan="2" align="center"><input type="submit" name="submit" value="<?php echo $user->lang['SUBMIT']; ?>" class="mainoption"></td>
</tr>
</table></form>