diff --git a/function.php b/function.php index 816ae64..6fb7cc5 100644 --- a/function.php +++ b/function.php @@ -455,7 +455,7 @@ function isFuture($today, $day, $month, $year){ return false; } # check day - return $today[0] < $day && $overwriteDay; + return $today[0] < $day; } } # base case