X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=misc%2Fexportauth.pl;h=14e30884d2d4eacef766dd31d61fdfdefbad46bf;hb=998289850f373a6b83d1ee4387161575fd6d3def;hp=d2ccebf614265169f88e5adf404b73e316744dad;hpb=9d6d641d1f8b77271800f43bc027b651f9aea52b;p=koha-ffzg.git diff --git a/misc/exportauth.pl b/misc/exportauth.pl index d2ccebf614..14e30884d2 100755 --- a/misc/exportauth.pl +++ b/misc/exportauth.pl @@ -5,12 +5,6 @@ use strict; #use warnings; FIXME - Bug 2505 -BEGIN { - # find Koha's Perl modules - # test carefully before changing this - use FindBin (); - eval { require "$FindBin::Bin/kohalib.pl" }; -} use Koha::Script; use C4::Context;