commit
ed25c0fda5
@ -610,6 +610,13 @@ if ($resql)
|
|||||||
print "<td>";
|
print "<td>";
|
||||||
print $memberstatic->getNomUrl(1);
|
print $memberstatic->getNomUrl(1);
|
||||||
print "</td>\n";
|
print "</td>\n";
|
||||||
|
}
|
||||||
|
// Firstname
|
||||||
|
if (! empty($arrayfields['d.firstname']['checked']))
|
||||||
|
{
|
||||||
|
print "<td>";
|
||||||
|
print $obj->firstname;
|
||||||
|
print "</td>\n";
|
||||||
}
|
}
|
||||||
// Lastname
|
// Lastname
|
||||||
if (! empty($arrayfields['d.lastname']['checked']))
|
if (! empty($arrayfields['d.lastname']['checked']))
|
||||||
@ -617,13 +624,6 @@ if ($resql)
|
|||||||
print "<td>";
|
print "<td>";
|
||||||
print $obj->lastname;
|
print $obj->lastname;
|
||||||
print "</td>\n";
|
print "</td>\n";
|
||||||
}
|
|
||||||
// Firstname
|
|
||||||
if (! empty($arrayfields['d.firstname']['checked']))
|
|
||||||
{
|
|
||||||
print "<td>";
|
|
||||||
print $obj->firstname;
|
|
||||||
print "</td>\n";
|
|
||||||
}
|
}
|
||||||
// Company
|
// Company
|
||||||
if (! empty($arrayfields['d.company']['checked']))
|
if (! empty($arrayfields['d.company']['checked']))
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user