[Rt-commit] rt branch, librarize-send-dashboards, updated. rt-3.9.4-537-g64f52f9
Shawn Moore
sartak at bestpractical.com
Fri Nov 19 15:46:50 EST 2010
The branch, librarize-send-dashboards has been updated
via 64f52f950ac391136b7277fd732579f141bb0671 (commit)
from 790003b9ae6ab055042a4cf0b6b3132579095777 (commit)
Summary of changes:
sbin/rt-email-dashboards.in | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
- Log -----------------------------------------------------------------
commit 64f52f950ac391136b7277fd732579f141bb0671
Author: Shawn M Moore <sartak at bestpractical.com>
Date: Fri Nov 19 15:46:30 2010 -0500
Pass CLI args through the dashboard mail subsystem
diff --git a/sbin/rt-email-dashboards.in b/sbin/rt-email-dashboards.in
index 773f8b9..84527cd 100644
--- a/sbin/rt-email-dashboards.in
+++ b/sbin/rt-email-dashboards.in
@@ -105,6 +105,7 @@ RT::Dashboard::Mailer->MailDashboards(
All => $opts{all},
DryRun => $opts{dryrun},
Time => ($opts{epoch} || time),
+ Opts => \%opts,
);
=head1 NAME
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list