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

(-)a/tools/scheduler.pl (-2 lines)
Lines 27-33 use C4::Output qw( output_html_with_http_headers ); Link Here
27
use Koha::DateUtils qw( dt_from_string output_pref );;
27
use Koha::DateUtils qw( dt_from_string output_pref );;
28
use Koha::Reports;
28
use Koha::Reports;
29
use Koha::Email;
29
use Koha::Email;
30
>>>>>>> Bug 34349: Validate/escape inputs for task scheduler
31
30
32
my $input = CGI->new;
31
my $input = CGI->new;
33
my $base;
32
my $base;
34
- 

Return to bug 35009