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

(-)a/misc/cronjobs/update_totalissues.pl (-1 / +4 lines)
Lines 92-97 if ( not $result or $want_help ) { Link Here
92
    usage();
92
    usage();
93
}
93
}
94
94
95
# Disable logging for the biblios and authorities
96
$ENV{OVERRIDE_SYSPREF_CataloguingLog} = 0;
97
$ENV{OVERRIDE_SYSPREF_AuthoritiesLog} = 0;
98
95
cronlogaction({ info => $command_line_options });
99
cronlogaction({ info => $command_line_options });
96
100
97
my $dbh = C4::Context->dbh;
101
my $dbh = C4::Context->dbh;
98
- 

Return to bug 36013