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
{
$mc->getInfo($obj->entity);
print $mc->label;
// FIXME Should add here a hook. Disabled for the moment because $mc is not defined.
//$mc->getInfo($obj->entity);
//print $mc->label;
}
}
else if ($obj->ldap_sid)
@ -172,7 +173,7 @@ else
dol_print_error($db);
}
$db->close();
llxFooter();
$db->close();
?>