From: Sven Schöling Date: Tue, 29 Sep 2009 14:53:22 +0000 (+0200) Subject: Rekursive Einbindung von Modulen verhindern. X-Git-Tag: release-2.6.1beta1~271 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=684e84d8b410627473b2187c031f0d9143ea1a60;p=kivitendo-erp.git Rekursive Einbindung von Modulen verhindern. --- 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;