Fixing style errors.
This commit is contained in:
parent
db8d8f0b7d
commit
ebda8d52f0
@ -285,7 +285,6 @@ if (($action == 'updateline' || $action == 'updatesplitline') && !$cancel && $us
|
|||||||
}
|
}
|
||||||
|
|
||||||
$result = $object->addTimeSpent($user);
|
$result = $object->addTimeSpent($user);
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
$object->fetch($id, $ref);
|
$object->fetch($id, $ref);
|
||||||
|
|
||||||
@ -1794,7 +1793,6 @@ if (($id > 0 || !empty($ref)) || $projectidforalltimes > 0 || $allprojectforuser
|
|||||||
if ($resultFetch < 0) {
|
if ($resultFetch < 0) {
|
||||||
setEventMessages($product->error, $product->errors, 'errors');
|
setEventMessages($product->error, $product->errors, 'errors');
|
||||||
} else {
|
} else {
|
||||||
|
|
||||||
print $product->getNomUrl(1);
|
print $product->getNomUrl(1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user