From 5b0bba72b1c619af2f39859ec0c262f860f991ac Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Sat, 20 Apr 2002 00:22:29 +0000 Subject: merged from 2.0.0 branch (marked merge_point_20020420) + assorted updates and trial stuff for example session alterations git-svn-id: file:///svn/phpbb/trunk@2532 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/viewtopic.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/viewtopic.php') diff --git a/phpBB/viewtopic.php b/phpBB/viewtopic.php index 0bda87a400..5c2e7e58a3 100644 --- a/phpBB/viewtopic.php +++ b/phpBB/viewtopic.php @@ -990,7 +990,7 @@ for($i = 0; $i < $total_posts; $i++) { $temp_url = append_sid("posting.$phpEx?mode=delete&" . POST_POST_URL . "=" . $postrow[$i]['post_id']); $delpost_img = '' . $lang['Delete_post'] . ''; - $delpost_img = '' . $lang['Delete_post'] . ''; + $delpost = '' . $lang['Delete_post'] . ''; } else { -- cgit v1.2.1