diff --git a/website/agenda/planung/calendar.cgi b/website/agenda/planung/calendar.cgi index 4d432d6..6816b39 100755 --- a/website/agenda/planung/calendar.cgi +++ b/website/agenda/planung/calendar.cgi @@ -457,7 +457,7 @@ sub showCalendar { } # series dates - if ($params->{list} == 1){ + if ($params->{list} == 1 and defined $options->{series_id}){ my $series = series::get( $config, { @@ -849,7 +849,7 @@ sub showEventList { my $title = $event->{title}; $title .= ': ' . $event->{user_title} if $event->{user_title} ne ''; - + my $other_studio = $params->{studio_id} ne $event->{studio_id}; my $other_project = $params->{project_id} ne $event->{project_id}; $class.=' predecessor' if $other_project or $other_studio; @@ -861,6 +861,7 @@ sub showEventList { : 'playout'; my $playout_info = $file // $event->{upload_status} // ''; + my $studio_name = $event->{studio_name} // '-'; $out .= qq!