Fix: Comment to avoid bug
This commit is contained in:
parent
237bcf35ed
commit
7167edb244
@ -138,8 +138,9 @@ if ($result)
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
$mc->getInfo($obj->entity);
|
// FIXME Should add here a hook. Disabled for the moment because $mc is not defined.
|
||||||
print $mc->label;
|
//$mc->getInfo($obj->entity);
|
||||||
|
//print $mc->label;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if ($obj->ldap_sid)
|
else if ($obj->ldap_sid)
|
||||||
@ -172,7 +173,7 @@ else
|
|||||||
dol_print_error($db);
|
dol_print_error($db);
|
||||||
}
|
}
|
||||||
|
|
||||||
$db->close();
|
|
||||||
|
|
||||||
llxFooter();
|
llxFooter();
|
||||||
|
|
||||||
|
$db->close();
|
||||||
?>
|
?>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user