Update card.php
This commit is contained in:
parent
9f4909d8b1
commit
79b79e2acc
@ -2237,7 +2237,7 @@ else
|
|||||||
print '<td colspan="3">';
|
print '<td colspan="3">';
|
||||||
$cate_arbo = $form->select_all_categories( Categorie::TYPE_CONTACT, null, null, null, null, 1 );
|
$cate_arbo = $form->select_all_categories( Categorie::TYPE_CONTACT, null, null, null, null, 1 );
|
||||||
$c = new Categorie( $db );
|
$c = new Categorie( $db );
|
||||||
$cats = $c->containing( $object->id, Categorie::TYPE_CONTACT );
|
$cats = $c->containing( $object->id, 'user' );
|
||||||
foreach ($cats as $cat) {
|
foreach ($cats as $cat) {
|
||||||
$arrayselected[] = $cat->id;
|
$arrayselected[] = $cat->id;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user