From: Arthur Schiwon Date: Tue, 18 Feb 2014 17:43:20 +0000 (+0100) Subject: reduce template function calls X-Git-Tag: v7.0.0alpha2~144^2~89 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=3a92d481041b74bb661fcdeb83dd903edf8239b4;p=nextcloud-server.git reduce template function calls --- diff --git a/settings/templates/users.php b/settings/templates/users.php index 204079977a8..e9fa5df6675 100644 --- a/settings/templates/users.php +++ b/settings/templates/users.php @@ -228,7 +228,7 @@ $_['subadmingroups'] = array_flip($items); $lastLoginDate = \OC_Util::formatDate($user["lastLogin"]); } ?> - ').p($lastLoginDate).p(''); ?>"> + '.$lastLoginDate.''); ?>">