Fixing style errors.
This commit is contained in:
parent
a886725b1c
commit
6fff8baac5
@ -240,8 +240,7 @@ if (($action == 'deleteline' || $action == 'deletecontact') && $user->rights->pr
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
$title = $langs->trans('ProjectContact').' - '.$object->ref.' '.$object->name;
|
$title = $langs->trans('ProjectContact').' - '.$object->ref.' '.$object->name;
|
||||||
if (!empty($conf->global->MAIN_HTML_TITLE) && preg_match('/projectnameonly/', $conf->global->MAIN_HTML_TITLE) && $object->name)
|
if (!empty($conf->global->MAIN_HTML_TITLE) && preg_match('/projectnameonly/', $conf->global->MAIN_HTML_TITLE) && $object->name) {
|
||||||
{
|
|
||||||
$title = $object->ref.' '.$object->name.' - '.$langs->trans('ProjectContact');
|
$title = $object->ref.' '.$object->name.' - '.$langs->trans('ProjectContact');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user