]> wagnertech.de Git - kivitendo-erp.git/blobdiff - scripts/spawn_oo.pl
Projekte bei Suche auch dann erinnern, wenn Dropdownbox
[kivitendo-erp.git] / scripts / spawn_oo.pl
index 03e5afd562842c78867fe21227902b72b86c850e..058de34747b1f61c67cfafee10bf87be2221dd62 100755 (executable)
@@ -1,7 +1,8 @@
 #!/usr/bin/perl
 
 BEGIN {
 #!/usr/bin/perl
 
 BEGIN {
-  push(@INC, "modules");
+  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.
 }
 
 use DBI;
 }
 
 use DBI;
@@ -25,8 +26,6 @@ require "lx-erp.conf";
 
 $form = new Form;
 $form->{"script"} = "oe.pl";
 
 $form = new Form;
 $form->{"script"} = "oe.pl";
-$form->{"path"} = "bin/mozilla";
-
 
 $ENV{'HOME'} = getcwd() . "/$userspath";
 
 
 $ENV{'HOME'} = getcwd() . "/$userspath";