dlFunction fix

This commit is contained in:
2026-05-24 00:15:09 +03:00
parent c05091e020
commit 9ec5419a86
5 changed files with 32 additions and 10 deletions
-7
View File
@@ -73,13 +73,6 @@ $deadlines = $stmt->fetchAll(PDO::FETCH_ASSOC);
require __DIR__ . '/include/deadline_form_data.php';
$functions = $pdo->query("
SELECT id, name
FROM scad_functions
WHERE status = 'active'
ORDER BY name ASC
")->fetchAll(PDO::FETCH_ASSOC);
$today = date('Y-m-d');
function getContrastTextColor($hexColor)