Commit f86b4e52 authored by dave%intrec.com's avatar dave%intrec.com

Oops, typo in patch. = -> eq

parent f77c3e33
......@@ -158,8 +158,8 @@ sub CheckCanChangeField {
if ($f =~ /^longdesc/) {
return 1;
}
if ($f = "resolution") { # always OK this. if they really can't,
return 1; # it'll flag it when "status" is checked.
if ($f eq "resolution") { # always OK this. if they really can't,
return 1; # it'll flag it when "status" is checked.
}
if ($UserInEditGroupSet < 0) {
$UserInEditGroupSet = UserInGroup("editbugs");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment