Fix: Should works for everybody like that
This commit is contained in:
parent
4065b52441
commit
eb964e6436
@ -140,11 +140,13 @@ if ($result)
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
// $mc is defined in conf.class.php if multicompany enabled.
|
// $mc is defined in conf.class.php if multicompany enabled.
|
||||||
// remove constante MAIN_MODULE_MULTICOMPANY if you have an error.
|
if (is_object($mc))
|
||||||
|
{
|
||||||
$mc->getInfo($obj->entity);
|
$mc->getInfo($obj->entity);
|
||||||
print $mc->label;
|
print $mc->label;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
else if ($obj->ldap_sid)
|
else if ($obj->ldap_sid)
|
||||||
{
|
{
|
||||||
print $langs->trans("DomainUser");
|
print $langs->trans("DomainUser");
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user