Fix: Comment to avoid bug

This commit is contained in:
Laurent Destailleur 2012-09-17 16:00:41 +02:00
parent 237bcf35ed
commit 7167edb244

View File

@ -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();
?> ?>