From 3a92d481041b74bb661fcdeb83dd903edf8239b4 Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Tue, 18 Feb 2014 18:43:20 +0100 Subject: [PATCH] reduce template function calls --- settings/templates/users.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.''); ?>"> -- 2.39.5