stage #1

Merged
ThaMunsta merged 351 commits from stage into main 2025-11-10 14:37:21 +00:00
Showing only changes of commit 873dc1f76d - Show all commits

View File

@@ -103,5 +103,5 @@ if (isset($_POST['contact_location_id'])) {
} elseif ($contact_row) {
$location_id = $contact_row['contact_location_id'];
} else {
$location_id = '';
$location_id = '0';
}