fixed typo in variable name

This commit is contained in:
Uwe Steinmann 2024-03-28 19:27:25 +01:00
parent 1abf8802dc
commit 929ceb91e4

View File

@ -47,7 +47,7 @@ if (isset($_GET["orderdir"]) && strlen($_GET["orderdir"])==1 ) {
} }
$days = null; $days = null;
$starts = null; $startts = null;
$endts = null; $endts = null;
if(isset($_GET['days']) && is_numeric($_GET['days'])) { if(isset($_GET['days']) && is_numeric($_GET['days'])) {
$days = (int) $_GET['days']; $days = (int) $_GET['days'];