From 188f22b67819ac79ade7d924adef56bd6496b57e Mon Sep 17 00:00:00 2001 From: Doug Bell Date: Tue, 27 Jan 2009 23:50:48 +0000 Subject: [PATCH] leaving a TODO --- lib/WebGUI/Account/Friends.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/WebGUI/Account/Friends.pm b/lib/WebGUI/Account/Friends.pm index 06d0ea399..c0cfa2b5e 100644 --- a/lib/WebGUI/Account/Friends.pm +++ b/lib/WebGUI/Account/Friends.pm @@ -539,6 +539,7 @@ sub www_view { next if($displayView && !$friend->profileField('ableToBeFriend')); my $hash = {}; + # TODO Move this into a sub that can be more easily overridden $hash->{'friend_full_name' } = $friend->getWholeName; $hash->{'isViewable' } = $friend->profileIsViewable; $hash->{'friend_id' } = $friend->userId;