diff options
author | lpsolit%gmail.com <> | 2006-10-22 09:46:21 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2006-10-22 09:46:21 +0200 |
commit | a41782ed029bf618f4bbb2214ac2fbebb40fc1fd (patch) | |
tree | 6d47216aa3c3ee63ed60a07c5429498a0ab22137 | |
parent | 762caad4f6ef2236c31e20f35bd9132fb5092bec (diff) | |
download | bugzilla-a41782ed029bf618f4bbb2214ac2fbebb40fc1fd.tar.gz bugzilla-a41782ed029bf618f4bbb2214ac2fbebb40fc1fd.tar.xz |
Bug 357474: whine.pl says "email address has not been properly set" with default parameters - Patch by Cedric Caron <cedric.caron@citycable.ch> r=LpSolit a=justdave
-rwxr-xr-x | whine.pl | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -97,11 +97,6 @@ my $sth_schedules_by_event = $dbh->prepare( # Bugzilla-originated mail appears to come from a single address. my $fromaddress = Bugzilla->params->{'mailfrom'}; -if ($fromaddress !~ Bugzilla->params->{'emailregexp'}) { - die "Cannot run. " . - "The Bugzilla email address has not been properly set!\n"; -} - # get the current date and time my ($now_sec, $now_minute, $now_hour, $now_day, $now_month, $now_year, $now_weekday) = localtime; |