X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=rt%2Fetc%2Fupgrade%2F3.7.85%2Fcontent;h=e9ec15c10b8272b3a72801ae1a9152c1dc323992;hp=49ab2860f1d44cf92908cc0b99fbc6842c303e07;hb=9aee669886202be7035e6c6049fc71bc99dd3013;hpb=63a268637b2d51a8766412617724b9436439deb6 diff --git a/rt/etc/upgrade/3.7.85/content b/rt/etc/upgrade/3.7.85/content index 49ab2860f..e9ec15c10 100644 --- a/rt/etc/upgrade/3.7.85/content +++ b/rt/etc/upgrade/3.7.85/content @@ -1,9 +1,12 @@ -@Templates = ( - - { Queue => '0', - Name => 'Email Digest', # loc - Description => 'Email template for periodic notification digests', # loc - Content => q[Subject: RT Email Digest +use strict; +use warnings; + +our @Templates = ( + + { Queue => '0', + Name => 'Email Digest', # loc + Description => 'Email template for periodic notification digests', # loc + Content => q[Subject: RT Email Digest { $Argument } ],