Query-Vereinfachung wurde aus Versehen in r2296 committed.
[kivitendo-erp.git] / scripts / spawn_oo.pl
index 387961e..9e2f807 100755 (executable)
@@ -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";