diff --git a/partials/landing/account/dashboard.php b/partials/landing/account/dashboard.php index 5fbb1f1..3ec71a7 100755 --- a/partials/landing/account/dashboard.php +++ b/partials/landing/account/dashboard.php @@ -62,6 +62,12 @@ $categoryInputValue = $categoryTitleMap[$categorySlugValue] ?? $categorySlugValu $eventLocationModeValue = $editingEvent ? (string)($editEvent['location_source_type'] ?? 'custom') : 'custom'; $eventLocationSourceIdValue = $editingEvent && !empty($editEvent['location_source_listing_id']) ? (int)$editEvent['location_source_listing_id'] : 0; $eventLocationSourceInputValue = ''; +$usesDatabaseEventLocation = $currentEntryKind === 'event' && $eventLocationModeValue !== 'custom'; +$eventAddressInfoValue = trim(implode(', ', array_filter([ + $streetValue, + trim($zipValue . ' ' . $cityValue), + $regionValue, +]))); foreach (($eventLocationOptions ?? []) as $locationOption) { if ((int)($locationOption['id'] ?? 0) !== $eventLocationSourceIdValue) { continue; @@ -1200,7 +1206,7 @@ if (!empty($canManageSystemSettings)) { Neue Veranstaltung anlegen -
Neue Orte und Veranstaltungen werden erst nach Prüfung durch einen Admin freigegeben.
-