Merge branch 'master' of git.freeside.biz:/home/git/freeside
[freeside.git] / rt / etc / upgrade / 3.7.85 / content
1 use strict;
2 use warnings;
3
4 our @Templates = (
5
6                {   Queue       => '0',
7                    Name        => 'Email Digest',    # loc
8                    Description => 'Email template for periodic notification digests',  # loc
9                    Content => q[Subject: RT Email Digest
10
11 { $Argument }
12 ],
13                },
14 );