Skip to content

Commit

Permalink
another redundant test
Browse files Browse the repository at this point in the history
  • Loading branch information
bbannon committed Mar 25, 2024
1 parent 9c07f7b commit 34055af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion week_ssi.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 );
Expand Down

0 comments on commit 34055af

Please sign in to comment.