]> wagnertech.de Git - kivitendo-erp.git/blobdiff - am.pl
Wenn ein Auftrag noch nicht gespeichert wurde, dann ergibt es auch keinen Sinn, Workf...
[kivitendo-erp.git] / am.pl
diff --git a/am.pl b/am.pl
index b54599e4965af4b3cb88c9ca42cda612ae851046..2d1605253c6a4367cd8706a58d2e81af8bcd2ae7 100755 (executable)
--- a/am.pl
+++ b/am.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