From 518df535b020606f1357e706bbd23f3a43e15f96 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Fri, 7 Oct 2005 03:54:49 +0000 Subject: =?UTF-8?q?Bug=20309796:=20Whining=20needs=20to=20check=20for=20sh?= =?UTF-8?q?utdown=20(silently)=20before=20trying=20database=20access=20-?= =?UTF-8?q?=20Patch=20by=20Fr=C3=A9d=C3=A9ric=20Buclin=20=20r=3Djoel=20a=3Djustdave?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- whine.pl | 6 ------ 1 file changed, 6 deletions(-) (limited to 'whine.pl') 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'); -- cgit v1.2.1