French canadian updates
[koha.git] / misc / cronjobs / zebraqueue_start.pl
index b79aeaa..52c8fe0 100755 (executable)
@@ -2,7 +2,12 @@
 # script that starts the zebraquee
 #  Written by TG on 01/08/2006
 use strict;
-
+BEGIN {
+    # find Koha's Perl modules
+    # test carefully before changing this
+    use FindBin;
+    eval { require "$FindBin::Bin/../kohalib.pl" };
+}
 
 use C4::Context;
 use C4::Biblio;