git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7214
91ce42f0-d328-0410-95d8-
f526ca767f89
my $sch = $sched->get_scheds($schedname);
return undef if (!$sch);
- my $end = $sched->{end}; # this backup must have start before the next one
my @ret;
foreach my $s (@$sch) {
my $pool;
my $level = $sched->get_level($s);
my ($l) = ($level =~ m/^(.)/); # we keep the first letter
my $evts = $sched->get_event($s);
+ my $end = $sched->{end}; # this backup must have start before the next one
foreach my $evt (reverse @$evts) {
my $all = $self->dbh_selectrow_hashref("
+22Jun08
+ebl Fix bug in missing job view
+
20Jun08
ebl Update check_bacula.pl documentation