Update card.php

This commit is contained in:
BENKE Charlie 2016-02-15 09:21:21 +01:00
parent 9f4909d8b1
commit 79b79e2acc

View File

@ -2237,7 +2237,7 @@ else
print '<td colspan="3">';
$cate_arbo = $form->select_all_categories( Categorie::TYPE_CONTACT, null, null, null, null, 1 );
$c = new Categorie( $db );
$cats = $c->containing( $object->id, Categorie::TYPE_CONTACT );
$cats = $c->containing( $object->id, 'user' );
foreach ($cats as $cat) {
$arrayselected[] = $cat->id;
}