BUG 8038 Case Scheduler add a way to schedule tasks more often than... SOLVED
- According to the specifications. - Was added the option "Every" that run the task each X hours.
This commit is contained in:
@@ -482,6 +482,8 @@ function saveLog($sSource, $sType, $sDescription)
|
||||
|
||||
G::verifyPath(PATH_DATA . 'log' . PATH_SEP, true);
|
||||
|
||||
//setExecutionMessage( PATH_DATA."log".PATH_SEP);
|
||||
|
||||
if ($sType == 'action') {
|
||||
$oFile = @fopen(PATH_DATA . 'log' . PATH_SEP . 'cron.log', 'a+');
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user