Fixing style errors.

This commit is contained in:
stickler-ci 2022-08-02 09:00:15 +00:00
parent da196b868c
commit e7242788b9

View File

@ -1725,7 +1725,6 @@ class Task extends CommonObjectLine
} }
if ($ret == 1 && (($this->timespent_old_duration != $this->timespent_duration) || !empty($conf->global->TIMESPENT_ALWAYS_UPDATE_THM))) { if ($ret == 1 && (($this->timespent_old_duration != $this->timespent_duration) || !empty($conf->global->TIMESPENT_ALWAYS_UPDATE_THM))) {
if ($this->timespent_old_duration != $this->timespent_duration) { if ($this->timespent_old_duration != $this->timespent_duration) {
// Recalculate amount of time spent for task and update denormalized field // Recalculate amount of time spent for task and update denormalized field
$sql = "UPDATE " . MAIN_DB_PREFIX . "projet_task"; $sql = "UPDATE " . MAIN_DB_PREFIX . "projet_task";