]> wagnertech.de Git - kivitendo-erp.git/blobdiff - login.pl
Umwandlung von Angebot nach Auftrag hat nach Fehler verursacht, da gleiches Modul
[kivitendo-erp.git] / login.pl
index 7cca68aa7e1f18275815ccf0a81304d186d396b2..a01fc10f8d99e87f35ef3fd1ae23ca3990bb5cb6 100755 (executable)
--- a/login.pl
+++ b/login.pl
@@ -31,7 +31,8 @@
 #######################################################################
 
 BEGIN {
-  push(@INC, "modules");
+  unshift @INC, "modules/YAML"; # Use our own version of YAML.
+  push @INC, "modules";         # Only use our own versions of modules if there's no system version.
 }
 
 # setup defaults, DO NOT CHANGE