diff options
Diffstat (limited to 'doeditparams.cgi')
-rwxr-xr-x | doeditparams.cgi | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/doeditparams.cgi b/doeditparams.cgi index 3d95637fe..06019b817 100755 --- a/doeditparams.cgi +++ b/doeditparams.cgi @@ -68,12 +68,6 @@ foreach my $i (@::param_list) { # print "Old: '" . url_quote(Param($i)) . "'<BR>\n"; # print "New: '" . url_quote($::FORM{$i}) . "'<BR>\n"; $::param{$i} = $::FORM{$i}; - # If the useqacontact Param is changing, update the mailheader - if ($i eq 'useqacontact') { - print " - Updating mailhead information<br>\n"; - SendSQL("UPDATE fielddefs SET mailhead = " . SqlQuote($::param{$i}) . - "WHERE name = 'qa_contact'"); - } } } |