Committer: gprochaev
LJSUP-7017. SMS notification column must be visible always for RU IPU trunk/cgi-bin/LJ/Widget/SubscribeInterface.pm
Modified: trunk/cgi-bin/LJ/Widget/SubscribeInterface.pm =================================================================== --- trunk/cgi-bin/LJ/Widget/SubscribeInterface.pm 2010-09-30 10:30:13 UTC (rev 17478) +++ trunk/cgi-bin/LJ/Widget/SubscribeInterface.pm 2010-10-01 03:53:11 UTC (rev 17479) @@ -23,8 +23,9 @@ my @ntypes = @LJ::NOTIFY_TYPES; my (undef, $country) = LJ::GeoLocation->ip_class; if ($LJ::DISABLED{smsru} or - ($country ne 'RU' and - not LJ::SMS::API::RU::Phone->is_users_number_supported($u)) + ($country ne 'RU' +# and not LJ::SMS::API::RU::Phone->is_users_number_supported($u) + ) ){ @ntypes = grep { $_ ne 'LJ::NotificationMethod::SMSru' ? 1 : 0 } @ntypes; }