Committer: gariev
LJSUP-9843: Need branding for livejournal.comU branches/r84.2/cgi-bin/LJ/Hooks/Homepage.pm
Modified: branches/r84.2/cgi-bin/LJ/Hooks/Homepage.pm =================================================================== --- branches/r84.2/cgi-bin/LJ/Hooks/Homepage.pm 2011-09-21 10:02:30 UTC (rev 11030) +++ branches/r84.2/cgi-bin/LJ/Hooks/Homepage.pm 2011-09-21 10:38:59 UTC (rev 11031) @@ -78,8 +78,7 @@ ## from 2011-09-22 00:00 MSK till 2011-09-29 23:59 MSK my $time = time(); - ## TODO: uncomment the line below - ##return if ($time < 1316635200 || $time > 1317326340); ## uncomment this line before commit! + return if ($time < 1316635200 || $time > 1317326340); ## uncomment this line before commit! return 1; }