X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDispatcher.pm;h=2f239524f91601733ff4362c548d290440879f8b;hb=8d38eed850ea21bdc5b9725e043d7b2f95ce1ace;hp=da7ffef641b405dbfa2d1f35c7d98f5474027959;hpb=51c64daf815a9b58dbe35f8d3a9daf3f08c0d1e5;p=kivitendo-erp.git diff --git a/SL/Dispatcher.pm b/SL/Dispatcher.pm index da7ffef64..2f239524f 100644 --- a/SL/Dispatcher.pm +++ b/SL/Dispatcher.pm @@ -5,7 +5,6 @@ use strict; BEGIN { unshift @INC, "modules/override"; # Use our own versions of various modules (e.g. YAML). push @INC, "modules/fallback"; # Only use our own versions of modules if there's no system version. - push @INC, "SL"; # FCGI won't find modules that are not properly named. Help it by inclduging SL } use CGI qw( -no_xhtml); @@ -15,8 +14,8 @@ use SL::Auth; use SL::LXDebug; use SL::Locale; use SL::Common; +use SL::Form; use SL::Helper::DateTime; -use Form; use List::Util qw(first); use File::Basename;