This commit is contained in:
Hannes Verschore 2015-12-02 12:03:18 -08:00
Родитель f551c44e36
Коммит 2bda4ee136
1 изменённых файлов: 0 добавлений и 3 удалений

Просмотреть файл

@ -12,9 +12,6 @@ class QueuedTask extends DB {
function setStarted() {
$this->updateRaw("start", "UNIX_TIMESTAMP()");
mysql_query("UPDATE control_tasks
SET last_scheduled = UNIX_TIMESTAMP()
WHERE control_unit_id = ".$this->control_unit_id()) or die(mysql_error());
}
function setFinished() {