X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/cff913a1c984f82558a7d59dec0b8b1a06c5530d..47db6ae13df64092d401896ec476b9335e9ec807:/scripts/dbconnect.pl 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;