summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Series.pm
diff options
context:
space:
mode:
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, " .