Bug 180966 - fix misc warnings

r,a=myk


git-svn-id: svn://10.0.0.236/trunk@134136 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bbaetz%student.usyd.edu.au
2002-11-20 00:53:14 +00:00
parent a4fade561c
commit d27ba17793
3 changed files with 20 additions and 17 deletions

View File

@@ -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 eq $vars->{'form'}->{$field};
next if $dontchange && $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