wisest owl (wisest_owl) wrote in changelog,
wisest owl
wisest_owl
changelog

[livejournal] r17479: LJSUP-7017. SMS notification column must...

Committer: gprochaev
LJSUP-7017. SMS notification column must be visible always for RU IP

U   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;
     }

Tags: livejournal, pm, wisest-owl
Subscribe

  • Post a new comment

    Error

    Anonymous comments are disabled in this journal

    default userpic

    Your reply will be screened

    Your IP address will be recorded 

  • 0 comments