This commit is contained in:
hjonathan
2017-05-23 09:34:56 -04:00
parent b7043b76d5
commit 2029a0736a

View File

@@ -1756,9 +1756,9 @@ class TimerEvent
} while ($flagNextRecord); } while ($flagNextRecord);
if (!$flagRecord) { if (!$flagRecord) {
$common->frontEndShow("TEXT", "Not exists any record to continue a case, on date \"$datetime (UTC +00:00)\""); $common->frontEndShow("TEXT", "No existing records to continue a case, on date \"$datetime (UTC +00:00)\"");
$this->log("NO-RECORDS", "Not exists any record to continue a case"); $this->log("NO-RECORDS", "No existing records to continue a case");
$aInfo = array( $aInfo = array(
'ip' => \G::getIpAddress() 'ip' => \G::getIpAddress()
,'action' => $action ,'action' => $action
@@ -1767,7 +1767,7 @@ class TimerEvent
); );
$this->syslog( $this->syslog(
200 200
,'Not exists any record to continue a case' ,'No existing records to continue a case'
,'NO-RECORDS' ,'NO-RECORDS'
,$aInfo ,$aInfo
); );