Committer: vtroitsky
OPSC-302: Output of proper short name for account type 'trynbuy' added.U trunk/cgi-bin/ljcom.pl
Modified: trunk/cgi-bin/ljcom.pl =================================================================== --- trunk/cgi-bin/ljcom.pl 2011-04-06 07:36:41 UTC (rev 10350) +++ trunk/cgi-bin/ljcom.pl 2011-04-06 07:48:46 UTC (rev 10351) @@ -125,7 +125,7 @@ my $caps = shift; # note the ordering... - foreach my $sname (qw(perm paid sponsored plus early free new)) { + foreach my $sname (qw(perm paid sponsored trynbuy plus early free new)) { return $sname if LJ::caps_in_group($caps, $sname); } return "??";