server/lib/classes/cron.inc.php
@@ -163,6 +163,8 @@ * @param string $sWDay the weekday field value * @param string $sMonth the month field value */ public function setCronFields($sMinute = '*', $sHour = '*', $sDay = '*', $sMonth = '*', $sWDay = '*') { $this->_sMinute = $sMinute; $this->_sHour = $sHour; @@ -171,6 +173,8 @@ $this->_sWDay = $sWDay; $this->_bParsed = false; } /** * Parse a line of a cron and set the internal field values @@ -266,6 +270,7 @@ } return reset($this->_aValidValues[$sField]); } } ?>