dlFunction fix
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user