Committer: ailyin
get rid of the excessive declaration warningU trunk/cgi-bin/LJ/S2/DayPage.pm
Modified: trunk/cgi-bin/LJ/S2/DayPage.pm =================================================================== --- trunk/cgi-bin/LJ/S2/DayPage.pm 2010-11-15 10:08:26 UTC (rev 17683) +++ trunk/cgi-bin/LJ/S2/DayPage.pm 2010-11-15 10:11:27 UTC (rev 17684) @@ -183,7 +183,7 @@ $comments->{show_readlink} = $entry_obj->comments_shown && ($replycount || $comments->{'screened'}); my $userlite_poster = $userlite_journal; - my $pu = $u; + $pu = $u; if ($u->{'userid'} != $posterid) { $userlite_poster = $apu_lite{$posterid} or die "No apu_lite for posterid=$posterid"; $pu = $apu{$posterid};