From 34055aff1d4b7152d8ede91deb62455b88a7efd3 Mon Sep 17 00:00:00 2001 From: Bruce Bannon Date: Mon, 25 Mar 2024 16:57:16 -0600 Subject: [PATCH] another redundant test --- week_ssi.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/week_ssi.php b/week_ssi.php index 8c8341d33..95746f078 100644 --- a/week_ssi.php +++ b/week_ssi.php @@ -34,7 +34,7 @@ // TODO This is suspect $today = time(); -if ( ! empty ( $date ) && ! empty ( $date ) ) { +if ( ! empty ( $date ) ) { $thisyear = substr ( $date, 0, 4 ); $thismonth = substr ( $date, 4, 2 ); $thisday = substr ( $date, 6, 2 );