From babd656169ec55f92ebe1aadabd71d5f4c334467 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sun, 28 May 2006 16:35:08 +0000 Subject: [PATCH] r853: Adding a -notapplicable- option so we can get 0 relaion masks --- includes/permissions.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/includes/permissions.php b/includes/permissions.php index 620f84e..213e0b8 100644 --- a/includes/permissions.php +++ b/includes/permissions.php @@ -54,6 +54,7 @@ foreach ($_PERMISSION AS $name => $maskvalue) $bugsys->emailoptions = array( 'relations' => array( // a user's relation to the bug + '-notapplicable-' => 0, // not applicable 'reporter' => 1, // report the bug 'assignee' => 2, // assigned to the bug 'favourite' => 4, // on the favourites list @@ -62,7 +63,7 @@ $bugsys->emailoptions = array( ), 'notifications' => array( - // notifiaction message types + // notification message types 'assignedto' => 32, // I am made the assignee 'statusresolve' => 64, // status or resolution changes 'duplicates' => 128, // a duplicate bug is added -- 2.22.5