From 0615f228a0fec557e754c00935e8319cadf220a5 Mon Sep 17 00:00:00 2001 From: "justdave%syndicomm.com" <> Date: Fri, 22 Nov 2002 02:46:16 +0000 Subject: Backing out the checkin for bug 180966 (fix warnings in web server error log). This checkin caused commenting on bugs to fail if timetracking is not enabled. --- Bugzilla/User.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bugzilla') diff --git a/Bugzilla/User.pm b/Bugzilla/User.pm index a45cf0976..b12b5e135 100644 --- a/Bugzilla/User.pm +++ b/Bugzilla/User.pm @@ -267,7 +267,7 @@ sub match_field { next if !defined($vars->{'mform'}->{$field}); # Skip it if this is a --do_not_change-- field - next if $dontchange && $dontchange eq $vars->{'form'}->{$field}; + next if $dontchange eq $vars->{'form'}->{$field}; # We need to move the query to $raw_field, where it will be split up, # modified by the search, and put back into $::FORM and $::MFORM -- cgit v1.2.3-24-g4f1b