Code

Updated some sieve templates
[gosa.git] / gosa-si / server / events / clMessages.pm
index f4f749ada776f71274894745db53e922c84029aa..3492e4194e1c76a0e7141ef0385326acd43a8e60 100644 (file)
@@ -13,7 +13,8 @@ use Data::Dumper;
 use GOSA::GosaSupportDaemon;
 use MIME::Base64;
 
-@ISA = qw(Exporter);
+our @ISA = qw(Exporter);
+
 my @events = (
     "confirm_usr_msg",
     "PROGRESS",
@@ -29,7 +30,7 @@ my @events = (
     "CURRENTLY_LOGGED_IN",
     "save_fai_log",
     );
-@EXPORT = @events;
+our @EXPORT = @events;
 
 BEGIN {}