X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/ff159a4d47b9a2d10744dcfc23da2c63605c8a32..eeb5375ee7727c956cc357cc8f90b19d1bfe80b9:/SL/DB/Helper/ALLAuth.pm diff --git a/SL/DB/Helper/ALLAuth.pm b/SL/DB/Helper/ALLAuth.pm index 730c54c94..fd38b2149 100644 --- a/SL/DB/Helper/ALLAuth.pm +++ b/SL/DB/Helper/ALLAuth.pm @@ -2,10 +2,18 @@ package SL::DB::Helper::ALLAuth; use strict; +use SL::DB::AuthClient; +use SL::DB::AuthClientGroup; +use SL::DB::AuthClientUser; use SL::DB::AuthGroup; use SL::DB::AuthGroupRight; -use SL::DB::AuthUserConfig; +use SL::DB::AuthMasterRight; +use SL::DB::AuthSchemaInfo; +use SL::DB::AuthSession; +use SL::DB::AuthSessionContent; use SL::DB::AuthUser; +use SL::DB::AuthUserConfig; +use SL::DB::AuthUserGroup; 1;