From c50567b310c406567adfc5a510adf080f9d33eb9 Mon Sep 17 00:00:00 2001 From: "timeless%mozdev.org" <> Date: Fri, 9 Jul 2004 10:33:39 +0000 Subject: 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 --- Bugzilla/Series.pm | 1 - 1 file changed, 1 deletion(-) (limited to 'Bugzilla/Series.pm') 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, " . -- cgit v1.2.3-24-g4f1b