From f65780a67e232f51becd17bf994201a5239f2da1 Mon Sep 17 00:00:00 2001 From: dlandon Date: Fri, 10 May 2024 18:54:49 -0500 Subject: [PATCH] Can never schedule a correcting parity check. --- emhttp/plugins/dynamix/include/update.parity.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/emhttp/plugins/dynamix/include/update.parity.php b/emhttp/plugins/dynamix/include/update.parity.php index db09d54cc..899725218 100644 --- a/emhttp/plugins/dynamix/include/update.parity.php +++ b/emhttp/plugins/dynamix/include/update.parity.php @@ -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':