X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/b069a8db461a423efbe07190c326ce89ddbf3e20..2c1c6a9a9204afad82c8e403f3fce1d0d4b9cd90:/scripts/spawn_oo.pl 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";