Fixing style errors.
This commit is contained in:
parent
da196b868c
commit
e7242788b9
@ -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";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user