series.pm: remove not needed location

already fetched by select *
This commit is contained in:
Milan
2020-12-19 21:45:22 +01:00
parent 274da97c7c
commit 57dba5c83f

View File

@@ -512,7 +512,6 @@ sub get_events ($$) {
,dayofyear(start) day_of_year
,start_date day
,id event_id
,location location
from calcms_series_events se, calcms_events e
where se.event_id = e.id
$conditions