Fixed comments

master
Christoph 1 year ago
parent a2e51afef9
commit efa7e14eec
  1. 4
      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) {

Loading…
Cancel
Save