Changeset 1604
- Timestamp:
- 04/19/08 16:33:12 (3 months ago)
- Files:
-
- branches/punbb-1.3-dev/upload/admin/prune.php (modified) (1 diff)
- branches/punbb-1.3-dev/upload/lang/English/admin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/punbb-1.3-dev/upload/admin/prune.php
r1603 r1604 78 78 delete_orphans(); 79 79 80 redirect(pun_link($pun_url['admin_prune']), $lang_admin['Prune redirect']);80 redirect(pun_link($pun_url['admin_prune']), $lang_admin['Prune done'].' '.$lang_admin['Redirect']); 81 81 } 82 82 branches/punbb-1.3-dev/upload/lang/English/admin.php
r1603 r1604 579 579 'Days to prune message' => 'Days to prune must be a positive integer.', 580 580 'No days old message' => 'There are no topics that are as old as you have specified. Please decrease the value of "Days old" and try again.', 581 'Prune redirect' => 'Posts pruned. Redirecting âŠ', 581 'Prune done' => 'Posts pruned.', 582 582 583 // admin_ranks 583 584 'Rank' => 'Rank',
