Rekursive Einbindung von Modulen verhindern.
authorSven Schöling <s.schoeling@linet-services.de>
Tue, 29 Sep 2009 14:53:22 +0000 (16:53 +0200)
committerSven Schöling <s.schoeling@linet-services.de>
Tue, 29 Sep 2009 14:53:22 +0000 (16:53 +0200)
SL/Auth/DB.pm
SL/Auth/LDAP.pm
SL/User.pm

index cc264ca..8d92d82 100644 (file)
@@ -2,7 +2,7 @@ package SL::Auth::DB;
 
 use DBI;
 
-use SL::Auth;
+#use SL::Auth;
 use SL::DBUtils;
 
 sub new {
index 8212258..4caeea0 100644 (file)
@@ -2,7 +2,7 @@ package SL::Auth::LDAP;
 
 use English '-no_match_vars';
 
-use SL::Auth;
+#use SL::Auth;
 
 sub new {
   $main::lxdebug->enter_sub();
index a49b3b5..102b938 100644 (file)
@@ -39,7 +39,7 @@ package User;
 use IO::File;
 use Fcntl qw(:seek);
 
-use SL::Auth;
+#use SL::Auth;
 use SL::DBUpgrade2;
 use SL::DBUtils;
 use SL::Iconv;