]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/DBUpgrade2.pm
Session immer herstellen und refreshen, auch wenn System gesperrt ist
[kivitendo-erp.git] / SL / DBUpgrade2.pm
index 6d8129c7e369a849b6c812b2ac325b00032943e3..ae07d1c084e7ff6868accad13779a9aa084dabed 100644 (file)
@@ -3,9 +3,11 @@ package SL::DBUpgrade2;
 use SL::Common;
 
 require Exporter;
-@ISA = qw(Exporter);
+our @ISA = qw(Exporter);
 
-@EXPORT = qw(parse_dbupdate_controls sort_dbupdate_controls);
+our @EXPORT = qw(parse_dbupdate_controls sort_dbupdate_controls);
+
+use strict;
 
 sub parse_dbupdate_controls {
   $main::lxdebug->enter_sub();