From: myk%mozilla.org <> Date: Fri, 14 Jun 2002 23:56:20 +0000 (+0000) Subject: Fix for bug 151658: get UI for moving bugs showing again. X-Git-Tag: bugzilla-2.17.1~310 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=599e1db4613cfe18449b725d1f73ee55819f62c7;p=thirdparty%2Fbugzilla.git Fix for bug 151658: get UI for moving bugs showing again. r=gerv,bbaetz --- diff --git a/bug_form.pl b/bug_form.pl index 784b4caf79..21adb0e309 100644 --- a/bug_form.pl +++ b/bug_form.pl @@ -260,7 +260,7 @@ sub show_bug { my $movers = Param("movers"); $user{'canmove'} = Param("move-enabled") && (defined $::COOKIE{"Bugzilla_login"}) - && ($::COOKIE{"Bugzilla_login"} =~ /\Q$movers\E/); + && ($::COOKIE{"Bugzilla_login"} =~ /$movers/); # User permissions