stage #1

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

View File

@@ -7,6 +7,6 @@ $location = sanitizeInput($_POST['location']);
$description = sanitizeInput($_POST['description']);
$start = sanitizeInput($_POST['start']);
$end = sanitizeInput($_POST['end']);
$repeat = sanitizeInput($_POST['repeat']);
$repeat = sanitizeInput($_POST['repeat'] ?? 0);
$client = intval($_POST['client']);
$email_event = intval($_POST['email_event']);
$email_event = intval($_POST['email_event'] ?? 0);