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

1  2 
SL/Dispatcher.pm

diff --combined SL/Dispatcher.pm
@@@ -5,15 -5,18 +5,17 @@@ 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);
+ use DateTime;
  use English qw(-no_match_vars);
  use SL::Auth;
  use SL::LXDebug;
  use SL::Locale;
  use SL::Common;
 -use Form;
 +use SL::Form;
+ use SL::Helper::DateTime;
  use List::Util qw(first);
  use File::Basename;