Code

Fixed dialog ignore account state
[gosa.git] / gosa-si / modules / GosaSupportDaemon.pm
index 1e6429b9d156502a6f52c3fd0788334e15ab7e01..9c33df325d1a937c45dfc85392be2cbcda85349a 100644 (file)
@@ -15,7 +15,7 @@ use Net::DNS;
 use Net::ARP;
 use DateTime;
 
-@ISA = qw(Exporter);
+our @ISA = qw(Exporter);
 
 my @functions = (
     "create_passwd",
@@ -53,8 +53,9 @@ my @functions = (
     "check_opsi_res",
     "calc_timestamp",
     "opsi_callobj2string",
-    ); 
-@EXPORT = @functions;
+    );
+    
+our @EXPORT = @functions;
 
 my $op_hash = {
     'eq' => '=',