Committer: wisest-owl
LJSUP-8036: 8 March. Header U trunk/cgi-bin/LJ/Hooks/Homepage.pm
Modified: trunk/cgi-bin/LJ/Hooks/Homepage.pm =================================================================== --- trunk/cgi-bin/LJ/Hooks/Homepage.pm 2011-03-03 09:03:13 UTC (rev 10173) +++ trunk/cgi-bin/LJ/Hooks/Homepage.pm 2011-03-03 09:37:30 UTC (rev 10174) @@ -47,7 +47,7 @@ sub _8_march_2011_header { ## 8 march, Russia my $params = shift; my $time = time; - return unless (1299283200 < $time and $time < 1299628800); ## between 05-03-2011 00:00:00 MSK and 09-03-2011 00:00:00 MSK + return unless (1299272400 < $time and $time < 1299618000); ## between 05-03-2011 00:00:00 MSK and 09-03-2011 00:00:00 MSK return unless LJ::SUP->is_remote_sup(); LJ::need_res("stc/reskining/2011/march/8/header.css"); return 1;