Committer: nnikulochkina
LJSUP-14492: Remove promo from notifications about birthdays and suspicious loginsU trunk/cgi-bin/LJ/Event/Birthday.pm
Modified: trunk/cgi-bin/LJ/Event/Birthday.pm =================================================================== --- trunk/cgi-bin/LJ/Event/Birthday.pm 2012-12-06 10:39:29 UTC (rev 23428) +++ trunk/cgi-bin/LJ/Event/Birthday.pm 2012-12-06 11:17:33 UTC (rev 23429) @@ -6,6 +6,8 @@ use LJ::Client::BitLy; use Carp qw(croak); +sub show_promo { 0 } + sub new { my ($class, $u, $delay) = @_; croak "No user" unless $u && LJ::isu($u);