Committer: iaskarov
LJSUP-8054 do not see the end dateU trunk/cgi-bin/LJ/Widget/GettingStarted.pm
Modified: trunk/cgi-bin/LJ/Widget/GettingStarted.pm =================================================================== --- trunk/cgi-bin/LJ/Widget/GettingStarted.pm 2011-03-01 05:15:50 UTC (rev 18420) +++ trunk/cgi-bin/LJ/Widget/GettingStarted.pm 2011-03-01 05:49:52 UTC (rev 18421) @@ -51,7 +51,7 @@ } $ret .= "</div>"; - $ret .= "<p class='account-controls'><strong>" . LJ::name_caps($remote->{caps}) . "</strong>"; + $ret .= "<p class='account-controls'><strong>" . LJ::LJcom::acct_name($remote->{caps}, undef, u => $remote) . "</strong>"; if ($remote->in_class('paid') && !$remote->in_class('perm')) { my $exp_epoch = LJ::Pay::Payment::PayItem::PaidAccount->get_expire_time($remote); my $exp = $date_format->($exp_epoch);