Committer: vad
LJSUP-3882: remove pingback's bot info from code.U trunk/cgi-bin/LJ/PingBack.pm
Modified: trunk/cgi-bin/LJ/PingBack.pm =================================================================== --- trunk/cgi-bin/LJ/PingBack.pm 2009-02-24 03:16:08 UTC (rev 14920) +++ trunk/cgi-bin/LJ/PingBack.pm 2009-02-24 04:27:47 UTC (rev 14921) @@ -28,8 +28,6 @@ return "pingbacks are forbidden for the target." unless $class->should_entry_recieve_pingback($target_entry, $source_entry); - # bot: pingback_bot - # pass: test4test my $poster_u = LJ::load_user($LJ::PINGBACK->{comments_bot_username}); unless ($poster_u){ warn "Pingback bot user does not exists";