X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=scripts%2Fdbconnect.pl;h=734b030c4eca611480ad09d7923829851a709848;hb=711e6c99a7057aa79b306e9cbd789d88d4b022a2;hp=9ba492f5de5a365fd6bd15956ec93ad5c1ad57a7;hpb=cff913a1c984f82558a7d59dec0b8b1a06c5530d;p=kivitendo-erp.git diff --git a/scripts/dbconnect.pl b/scripts/dbconnect.pl index 9ba492f5d..734b030c4 100755 --- a/scripts/dbconnect.pl +++ b/scripts/dbconnect.pl @@ -5,7 +5,6 @@ BEGIN { unshift(@INC, $FindBin::Bin . '/../modules/override'); # Use our own versions of various modules (e.g. YAML). push (@INC, $FindBin::Bin . '/..'); # '.' will be removed from @INC soon. - push (@INC, $FindBin::Bin . '/../modules/fallback'); # Only use our own versions of modules if there's no system version. } use strict;