Skip to content
Snippets Groups Projects
Commit 3a92d481 authored by Arthur Schiwon's avatar Arthur Schiwon
Browse files

reduce template function calls

parent 57ffaddf
No related branches found
No related tags found
No related merge requests found
......@@ -228,7 +228,7 @@ $_['subadmingroups'] = array_flip($items);
$lastLoginDate = \OC_Util::formatDate($user["lastLogin"]);
}
?>
<td class="lastLogin" title="<?php p('<span style="white-space: nowrap;">').p($lastLoginDate).p('</span>'); ?>"><?php p($lastLogin); ?></td>
<td class="lastLogin" title="<?php p('<span style="white-space: nowrap;">'.$lastLoginDate.'</span>'); ?>"><?php p($lastLogin); ?></td>
<td class="remove">
<?php if($user['name']!=OC_User::getUser()):?>
<a href="#" class="action delete" original-title="<?php p($l->t('Delete'))?>">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment