Update user.class.php

This commit is contained in:
ptibogxiv 2019-10-25 18:10:04 +02:00 committed by GitHub
parent 63cc942298
commit 49f5e54a8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2323,7 +2323,7 @@ class User extends CommonObject
if (! empty($this->login))
$label.= '<br><b>' . $langs->trans('Login') . ':</b> ' . $this->login;
$label.= '<br><b>' . $langs->trans("Email").':</b> '.$this->email;
$label.= '<br><b>' . $langs->trans("Phone").':</b> '.$this->phone;
if (! empty($this->phone)) $label.= '<br><b>' . $langs->trans("Phone").':</b> '.$this->phone;
if (! empty($this->admin))
$label.= '<br><b>' . $langs->trans("Administrator").'</b>: '.yn($this->admin);
if (! empty($this->socid) ) // Add thirdparty for external users