]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Oops, typo in patch. = -> eq
authordave%intrec.com <>
Sat, 24 Feb 2001 03:32:13 +0000 (03:32 +0000)
committerdave%intrec.com <>
Sat, 24 Feb 2001 03:32:13 +0000 (03:32 +0000)
process_bug.cgi

index f27961aef6fdb366b8c67f2a703fbf1aa6fd9c38..74780acb767c7041c38f6c2da5ce59e6f2449169 100755 (executable)
@@ -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");