#!/usr/bin/perl -wT# This Source Code Form is subject to the terms of the Mozilla Public# License, v. 2.0. If a copy of the MPL was not distributed with this# file, You can obtain one at http://mozilla.org/MPL/2.0/.## This Source Code Form is "Incompatible With Secondary Licenses", as# defined by the Mozilla Public License, v. 2.0.################################################################################# Script Initialization################################################################################use5.10.1;use strict;use lib qw(. lib);use Bugzilla;use Bugzilla::Constants;use Bugzilla::Search;use Bugzilla::User;use Bugzilla::Mailer;use Bugzilla::Util;use Bugzilla::Group;# create some handles that we'll needmy$template= Bugzilla->template;my$dbh= Bugzilla->dbh;my$sth;# @seen_schedules is a list of all of the schedules that have already been# touched by reset_timer. If reset_timer sees a schedule more than once, it# sets it to NULL so it won't come up again until the next execution of