From 929ceb91e409cbedbb206ed2b6c2243d6202b55e Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Thu, 28 Mar 2024 19:27:25 +0100 Subject: [PATCH] fixed typo in variable name --- out/out.ExpiredDocuments.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/out/out.ExpiredDocuments.php b/out/out.ExpiredDocuments.php index da268637b..24f894f7c 100644 --- a/out/out.ExpiredDocuments.php +++ b/out/out.ExpiredDocuments.php @@ -47,7 +47,7 @@ if (isset($_GET["orderdir"]) && strlen($_GET["orderdir"])==1 ) { } $days = null; -$starts = null; +$startts = null; $endts = null; if(isset($_GET['days']) && is_numeric($_GET['days'])) { $days = (int) $_GET['days'];