Merge branch 'master' of git@lx-office.linet-services.de:lx-office-erp
authorSven Schöling <s.schoeling@linet-services.de>
Thu, 13 Jan 2011 15:47:01 +0000 (16:47 +0100)
committerSven Schöling <s.schoeling@linet-services.de>
Thu, 13 Jan 2011 15:47:01 +0000 (16:47 +0100)
Conflicts:
SL/Dispatcher.pm

SL/Dispatcher.pm

index da7ffef..2f23952 100644 (file)
@@ -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;