removed extra KOHA_CONF line
[koha_fer] / misc / dumpmarc.pl
index dd4b44a..b8fba0c 100755 (executable)
@@ -3,6 +3,12 @@
 
 
 use strict;
+BEGIN {
+    # find Koha's Perl modules
+    # test carefully before changing this
+    use FindBin;
+    eval { require "$FindBin::Bin/kohalib.pl" };
+}
 
 # Koha modules used
 use MARC::File::USMARC;