Fixing style errors.
This commit is contained in:
parent
79b0f08a8d
commit
5d86a5bd2a
@ -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);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user