From eb329d02277d02fc41ba2346d14dd822e1c0a7bf Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sun, 29 May 2005 22:05:13 +0000 Subject: [PATCH] r211: Whitespace OCD --- includes/init.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/init.php b/includes/init.php index ec7f059..f547173 100755 --- a/includes/init.php +++ b/includes/init.php @@ -188,7 +188,7 @@ $_PERMISSION = array( 'canadminfields' => 524288, // can admin custom bug fields 'canbeassignedto' => 1048576, // can be assigned bugs, 'caneditattach' => 2097152, // can edit attachments - 'canviewhidden' => 4194304 // can see hidden bugs + 'canviewhidden' => 4194304 // can see hidden bugs ); foreach ($_PERMISSION AS $name => $maskvalue) -- 2.22.5