Can make a link between a member and a user

This commit is contained in:
Laurent Destailleur
2009-05-06 23:30:49 +00:00
parent cba6e942e7
commit 1e37d24bf4
11 changed files with 349 additions and 202 deletions

View File

@@ -154,7 +154,7 @@ function dol_loginfunction($langs,$conf,$mysoc)
print '<tr><td align="left" valign="top" nowrap="nowrap"> &nbsp; <b>'.$langs->trans("Entity").'</b> &nbsp; </td>';
print '<td valign="top" nowrap="nowrap">';
$html->select_array('entity',$entity);
print $html->selectarray('entity',$entity);
print '</td></tr>';
}