removed obsolete code

This commit is contained in:
Roland Gruber 2010-09-30 18:58:44 +00:00
parent 9d52880f29
commit 0a12777ec4
1 changed files with 1 additions and 3 deletions

View File

@ -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;
}