From 684e84d8b410627473b2187c031f0d9143ea1a60 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Tue, 29 Sep 2009 16:53:22 +0200 Subject: [PATCH] Rekursive Einbindung von Modulen verhindern. --- SL/Auth/DB.pm | 2 +- SL/Auth/LDAP.pm | 2 +- SL/User.pm | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/SL/Auth/DB.pm b/SL/Auth/DB.pm index cc264cafa..8d92d8244 100644 --- a/SL/Auth/DB.pm +++ b/SL/Auth/DB.pm @@ -2,7 +2,7 @@ package SL::Auth::DB; use DBI; -use SL::Auth; +#use SL::Auth; use SL::DBUtils; sub new { diff --git a/SL/Auth/LDAP.pm b/SL/Auth/LDAP.pm index 82122588d..4caeea0c5 100644 --- a/SL/Auth/LDAP.pm +++ b/SL/Auth/LDAP.pm @@ -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(); diff --git a/SL/User.pm b/SL/User.pm index a49b3b5c6..102b9382e 100644 --- a/SL/User.pm +++ b/SL/User.pm @@ -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; -- 2.20.1