Fixing style errors.

This commit is contained in:
stickler-ci 2020-12-11 16:44:38 +00:00
parent 79b0f08a8d
commit 5d86a5bd2a
2 changed files with 11 additions and 13 deletions

View File

@ -177,7 +177,6 @@ if ($id > 0 || !empty($ref))
// Test if we can add contact to task at the same times // Test if we can add contact to task at the same times
if ($action == 'addcontact') { if ($action == 'addcontact') {
$source=GETPOST("source", 'aZ09'); $source=GETPOST("source", 'aZ09');
$taskstatic = new Task($db); $taskstatic = new Task($db);
@ -191,7 +190,6 @@ if ($id > 0 || !empty($ref))
$url_redirect='?id='.$object->id.'&'.$affect_to.'&'.$type_to.'&source='.$source; $url_redirect='?id='.$object->id.'&'.$affect_to.'&'.$type_to.'&source='.$source;
if (empty($conf->global->PROJECT_HIDE_TASKS) || $nbTasks > 0) { if (empty($conf->global->PROJECT_HIDE_TASKS) || $nbTasks > 0) {
$text = $langs->trans('AddPersonToTask'); $text = $langs->trans('AddPersonToTask');
$formquestion = array('text' => $text); $formquestion = array('text' => $text);