fix logic for restricting who can move bugs

git-svn-id: svn://10.0.0.236/trunk@72121 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
endico%mozilla.org 2000-06-13 16:49:15 +00:00
parent 59f7815865
commit ae2c551c2c

View File

@ -73,7 +73,7 @@ if ( !defined $::FORM{'buglist'} ) {
confirm_login();
my $exporter = $::COOKIE{"Bugzilla_login"};
if (! $exporter =~ /(lchaing\@netscape.com|leger\@netscape.com|endico\@mozilla.org|dmose\@mozilla.org)/) {
unless ($exporter =~ /(lchaing\@netscape.com|leger\@netscape.com|endico\@mozilla.org|dmose\@mozilla.org)/) {
print "Content-type: text/html\n\n";
PutHeader("Move Bugs");
print "<P>You do not have permission to move bugs<P>\n";