Merge branch 'master' of git.freeside.biz:/home/git/freeside
[freeside.git] / rt / etc / upgrade / 4.2.6 / content
1 use strict;
2 use warnings;
3
4 our @ScripActions = (
5     { Name        => 'Notify Owner or AdminCcs',                         # loc
6       Description => 'Sends mail to the Owner if set, otherwise administrative Ccs',    # loc
7       ExecModule  => 'NotifyOwnerOrAdminCc',
8     },
9 );