From: Ivan Kohler Date: Wed, 22 Aug 2012 01:45:45 +0000 (-0700) Subject: add agent email, RT#18231 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=f88c4a7668591d51e6e923938721010fd0f2fa59 add agent email, RT#18231 --- diff --git a/FS/FS/Cron/agent_email.pm b/FS/FS/Cron/agent_email.pm index f3fb945b1..992aa35a2 100644 --- a/FS/FS/Cron/agent_email.pm +++ b/FS/FS/Cron/agent_email.pm @@ -12,7 +12,7 @@ use FS::Record qw(qsearch);# qsearchs); use FS::agent; @EXPORT_OK = qw ( agent_email ); -$DEBUG = 1; +$DEBUG = 0; sub agent_email { my %opt = @_;