Update viewcat.php
This commit is contained in:
parent
79b51baa3d
commit
f95f0748e3
@ -768,12 +768,11 @@ if ($type == Categorie::TYPE_CONTACT) {
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
$objsoc->fetch($contact->socid);
|
|
||||||
|
|
||||||
print "\t".'<tr class="oddeven">'."\n";
|
print "\t".'<tr class="oddeven">'."\n";
|
||||||
print '<td class="nowrap" valign="top">';
|
print '<td class="nowrap" valign="top">';
|
||||||
print $contact->getNomUrl(1, 'category');
|
print $contact->getNomUrl(1, 'category');
|
||||||
if ($objsoc->id > 0) {
|
if ($contact->socid > 0) {
|
||||||
|
$objsoc->fetch($contact->socid);
|
||||||
print ' - ';
|
print ' - ';
|
||||||
print $objsoc->getNomUrl(1, 'contact');
|
print $objsoc->getNomUrl(1, 'contact');
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user