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

(-)a/misc/cronjobs/process_message_queue.pl (-1 / +1 lines)
Lines 30-35 use Koha::Script -cron; Link Here
30
use C4::Letters;
30
use C4::Letters;
31
use C4::Log;
31
use C4::Log;
32
use Getopt::Long;
32
use Getopt::Long;
33
use Try::Tiny;
33
34
34
my $username = undef;
35
my $username = undef;
35
my $password = undef;
36
my $password = undef;
36
- 

Return to bug 28221