Committer: gprochaev
LJSUP-6892. Remove .contact.txtmsg var from profileU trunk/htdocs/userinfo.bml
Modified: trunk/htdocs/userinfo.bml =================================================================== --- trunk/htdocs/userinfo.bml 2010-09-22 08:06:38 UTC (rev 17429) +++ trunk/htdocs/userinfo.bml 2010-09-22 09:16:22 UTC (rev 17430) @@ -832,9 +832,11 @@ } } +=head if (!$synd && $u->can_be_text_messaged_by($remote)) { push @contacts, "<a href='$LJ::SITEROOT/tools/textmessage.bml?user=$u->{'user'}'>$ML{'.contact.txtmsg'}</a>"; } +=cut my $contact = join("<br />\n", @contacts);