X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/ee736cda7e6e5ff820febb3ce4b66ad5fb71e32a..69822fd215cb15e1bb017f1af6f0a185f62a31e2:/scripts/spawn_oo.pl diff --git a/scripts/spawn_oo.pl b/scripts/spawn_oo.pl index 387961e2e..9e2f80739 100755 --- a/scripts/spawn_oo.pl +++ b/scripts/spawn_oo.pl @@ -1,5 +1,9 @@ #!/usr/bin/perl +BEGIN { + push(@INC, "modules"); +} + use DBI; use Data::Dumper; @@ -21,8 +25,6 @@ require "lx-erp.conf"; $form = new Form; $form->{"script"} = "oe.pl"; -$form->{"path"} = "bin/mozilla"; - $ENV{'HOME'} = getcwd() . "/$userspath";