Can never schedule a correcting parity check.

This commit is contained in:
dlandon
2024-05-10 18:54:49 -05:00
parent 80e5481de9
commit f65780a67e

View File

@@ -29,8 +29,7 @@ if (isset($_POST['#apply'])) {
$dotm = $_POST['dotm'] ?? '*';
$month = $_POST['month'] ?? '*';
$day = $_POST['day'] ?? '*';
$write = $_POST['write'] ?? '';
$write = ($write == "yes") ? "" : "NOCORRECT";
$write = $_POST['write'] ?? 'NOCORRECT';
$term = $test = $end1 = $end2 = '';
switch ($dotm) {
case '28-31':