summaryrefslogtreecommitdiffstats
path: root/whine.pl
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2005-10-07 05:54:49 +0200
committerlpsolit%gmail.com <>2005-10-07 05:54:49 +0200
commit518df535b020606f1357e706bbd23f3a43e15f96 (patch)
tree82801df3e9e6a03058d22d740f53dde507692733 /whine.pl
parent3c457877d82dd27ab2090e04e12c4a10031f3bf0 (diff)
downloadbugzilla-518df535b020606f1357e706bbd23f3a43e15f96.tar.gz
bugzilla-518df535b020606f1357e706bbd23f3a43e15f96.tar.xz
Bug 309796: Whining needs to check for shutdown (silently) before trying database access - Patch by Frédéric Buclin <LpSolit@gmail.com> r=joel a=justdave
Diffstat (limited to 'whine.pl')
-rwxr-xr-xwhine.pl6
1 files changed, 0 insertions, 6 deletions
diff --git a/whine.pl b/whine.pl
index f24db855d..937cbbace 100755
--- a/whine.pl
+++ b/whine.pl
@@ -93,12 +93,6 @@ my $sth_schedules_by_event = $dbh->prepare(
# After that, it looks over each user to see if they have schedules that need
# running, then runs those and generates the email messages.
-# exit quietly if the system is shut down
-if (Param('shutdownhtml')) {
- exit;
-}
-
-
# Send whines from the address in the 'maintainer' Parameter so that all
# Bugzilla-originated mail appears to come from a single address.
my $fromaddress = Param('maintainer');