From efa7e14eece24718d0ecf42655383c34bff0ab85 Mon Sep 17 00:00:00 2001 From: Christoph <606567+monochromec@users.noreply.github.com> Date: Fri, 5 Jan 2024 12:51:48 +0100 Subject: [PATCH] Fixed comments --- gen_vor.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gen_vor.php b/gen_vor.php index 7928a1d..75db4dc 100644 --- a/gen_vor.php +++ b/gen_vor.php @@ -36,10 +36,12 @@ const JUST_DATE = 'Ymd'; // Are we past the fourth Tuesday of this month? if ((new DateTime())->getTimeStamp() >= $tues_ts && $first_day->format(JUST_DATE) != $first_wedn->format(JUST_DATE) && $tues_date->format('md') != '0322') { $ts = strtotime('+1 month', $ts); - var_dump($tues_date->format('md')); + /* + var_dump($tues_date->format('md')); var_dump($first_day); var_dump($first_wedn); var_dump($ts); + */ } foreach ($fil as $line) {