From 0d90059b4e4fda3f827093c72519d51a647590d5 Mon Sep 17 00:00:00 2001 From: JT Smith Date: Sun, 26 May 2002 14:49:40 +0000 Subject: [PATCH] Temporarily fixed the problem with the user listing slowing down. --- lib/WebGUI/Operation/User.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/WebGUI/Operation/User.pm b/lib/WebGUI/Operation/User.pm index 55ab6da85..418cfb5a5 100644 --- a/lib/WebGUI/Operation/User.pm +++ b/lib/WebGUI/Operation/User.pm @@ -396,8 +396,8 @@ sub www_listUsers { $row[$i] .= ''; $row[$i] .= ''.$data{username}.''; - $row[$i] .= ''.epochToHuman($data{dateCreated},"%z").''; - $row[$i] .= ''.epochToHuman($data{lastUpdated},"%z").''; + #$row[$i] .= ''.epochToHuman($data{dateCreated},"%z").''; + #$row[$i] .= ''.epochToHuman($data{lastUpdated},"%z").''; $row[$i] .= ''; $i++; }