summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Series.pm
diff options
context:
space:
mode:
authortimeless%mozdev.org <>2004-07-09 12:33:39 +0200
committertimeless%mozdev.org <>2004-07-09 12:33:39 +0200
commitc50567b310c406567adfc5a510adf080f9d33eb9 (patch)
treef65bc93ca7614f32d06ff3c0949a019dd9edd255 /Bugzilla/Series.pm
parent3bbd08a2236dab41540bf4199b14c79ff25ae2ca (diff)
downloadbugzilla-c50567b310c406567adfc5a510adf080f9d33eb9.tar.gz
bugzilla-c50567b310c406567adfc5a510adf080f9d33eb9.tar.xz
Bug 242405 Turning on QA contact causes taint error in Bugzilla/Series.pm when adding a component
patch by bugzilla@glob.com.au r=joel a=justdave
Diffstat (limited to 'Bugzilla/Series.pm')
-rw-r--r--Bugzilla/Series.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/Bugzilla/Series.pm b/Bugzilla/Series.pm
index f009a0ad9..4d01a71ca 100644
--- a/Bugzilla/Series.pm
+++ b/Bugzilla/Series.pm
@@ -180,7 +180,6 @@ sub writeToDatabase {
}
else {
# Insert the new series into the series table
- trick_taint($self->{'query'});
$dbh->do("INSERT INTO series (creator, category, subcategory, " .
"name, frequency, query) VALUES ($self->{'creator'}, " .
"$category_id, $subcategory_id, " .