removed obsolete code
This commit is contained in:
parent
9d52880f29
commit
0a12777ec4
|
@ -141,9 +141,7 @@ class inetOrgPerson extends baseModule implements passwordService {
|
|||
$profileContainer = new htmlTable();
|
||||
for ($i = 0; $i < sizeof($profileElements); $i++) {
|
||||
$profileContainer->addElement($profileElements[$i]);
|
||||
if ($i != (sizeof($profileElements) - 1)) {
|
||||
$profileContainer->addNewLine();
|
||||
}
|
||||
$profileContainer->addNewLine();
|
||||
}
|
||||
$return['profile_options'] = $profileContainer;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue