From f978ce214332164c662fbc66dc8e4a661bab4023 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Sun, 18 Nov 2007 22:17:39 +0000 Subject: [PATCH] - user web: fix PM mass deletion svn path=/trunk/boinc/; revision=14252 --- checkin_notes | 9 +++++++++ html/inc/forum_banishment_vote.inc | 4 +++- html/user/pm.php | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/checkin_notes b/checkin_notes index 1849a5414e..43b47ff13b 100644 --- a/checkin_notes +++ b/checkin_notes @@ -11268,3 +11268,12 @@ David 18 Nov 2007 html/user/ team_email_list.php + +David 18 Nov 2007 + - user web: fix PM mass deletion + + html/ + inc/ + forum_banishment_vote.inc + user/ + pm.php diff --git a/html/inc/forum_banishment_vote.inc b/html/inc/forum_banishment_vote.inc index fe8ae6f293..861103190c 100644 --- a/html/inc/forum_banishment_vote.inc +++ b/html/inc/forum_banishment_vote.inc @@ -1,6 +1,8 @@ \n"; - $checkbox = "id."\">"; + $checkbox = "id."\">"; if (!$msg->opened) { $msg->update("opened=1"); }