We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22224b3 commit c441d88Copy full SHA for c441d88
1 file changed
server/lib/classes/cron.inc.php
@@ -244,7 +244,6 @@ public function getNextRun($vDate) {
244
}
245
246
$ts = mktime($iHour, $iMinute, 0, $iMonth, $iDay, $iYear);
247
- //print strftime('%d.%m.%Y (%A) %H:%M', $ts) . "\n";
248
//var_dump($iCurMinute, $iCurHour, $iCurDay, $iCurMonth, $iCurWDay, '--', $iNextMinute, $iNextHour, $iNextDay, $iNextMonth, $iNextWDay);
249
if(ISPConfigDateTime::last_day($iMonth, $iYear) >= $iDay && in_array($app->functions->intval(date('w', $ts)), $this->_aValidValues['weekday'], true) === true) {
250
$bValid = true;
0 commit comments