RT 4.2.11, ticket#13852
[freeside.git] / rt / etc / upgrade / 3.1.17 / content
index 1d648d8..a6b5c54 100644 (file)
@@ -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