X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=scripts%2Fspawn_oo.pl;h=d0e8f789cda8340c0d8a6880b6faa8f63af6df87;hb=2d6a42eea58c70578fa6f540c3b80417cb7ea37b;hp=2e4b2ff8cc4c7a1d52a7cfc61c7262e26fe4a968;hpb=8cd05ad64866ce200f888a35723ae4b7e24a2012;p=kivitendo-erp.git diff --git a/scripts/spawn_oo.pl b/scripts/spawn_oo.pl index 2e4b2ff8c..d0e8f789c 100755 --- a/scripts/spawn_oo.pl +++ b/scripts/spawn_oo.pl @@ -5,7 +5,6 @@ BEGIN { push @INC, "modules/fallback"; # Only use our own versions of modules if there's no system version. } - use DBI; use Data::Dumper; @@ -20,8 +19,6 @@ $| = 1; $lxdebug = LXDebug->new(); -require "lx-erp.conf"; - $form = new Form; $form->{"script"} = "oe.pl";