diff options
Diffstat (limited to 'rt/etc/upgrade/3.1.17/content')
-rw-r--r-- | rt/etc/upgrade/3.1.17/content | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/rt/etc/upgrade/3.1.17/content b/rt/etc/upgrade/3.1.17/content index 1d648d82f..a6b5c542d 100644 --- a/rt/etc/upgrade/3.1.17/content +++ b/rt/etc/upgrade/3.1.17/content @@ -1,4 +1,7 @@ -@ScripActions = ( +use strict; +use warnings; + +our @ScripActions = ( { Name => 'Notify Ccs as Comment', # loc Description => 'Sends mail to the Ccs as a comment', # loc ExecModule => 'NotifyAsComment', @@ -10,7 +13,7 @@ ); -@ScripConditions = ( +our @ScripConditions = ( { Name => 'On Priority Change', # loc Description => 'Whenever a ticket\'s priority changes', # loc |