From 57846336ad6a471b274964284fac3dedbe3784ec Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sun, 28 May 2006 16:35:34 +0000 Subject: [PATCH] r854: Remove the bit about if $notif == $mask --- userctrl.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/userctrl.php b/userctrl.php index 42a2016..de4aa3b 100644 --- a/userctrl.php +++ b/userctrl.php @@ -180,11 +180,6 @@ if ($_REQUEST['do'] == 'modify') { foreach ($bugsys->emailoptions['notifications'] AS $name => $notif) { - if ($opt['mask'] == $notif) - { - $checked[0]["$notif"] = HTML_CHECKED; - break; - } foreach ($bugsys->emailoptions['relations'] AS $name => $relation) { if ($opt['mask'] & $notif AND $opt['relation'] == $relation) -- 2.43.5