View | Details | Raw Unified | Return to bug 16758
Collapse All | Expand All

(-)a/misc/migration_tools/rebuild_zebra.pl (-2 / +1 lines)
Lines 63-69 my $run_user = (getpwuid($<))[0]; Link Here
63
my $wait_for_lock = 0;
63
my $wait_for_lock = 0;
64
my $use_flock;
64
my $use_flock;
65
my $table = 'biblioitems';
65
my $table = 'biblioitems';
66
my $is_memcached = Koha::Caches->get_instance('syspref')->memcached_cache;
66
my $is_memcached = Koha::Caches->get_instance->memcached_cache;
67
67
68
my $verbose_logging = 0;
68
my $verbose_logging = 0;
69
my $zebraidx_log_opt = " -v none,fatal,warn ";
69
my $zebraidx_log_opt = " -v none,fatal,warn ";
70
- 

Return to bug 16758