[dw-nonfree] December paid time promotion
[commit: http://hg.dwscoalition.org/dw-nonfree/rev/0c3dba02be2b]
http://bugs.dwscoalition.org/show_bug.cgi?id=3993
use LJ::Time so that it runs properly in tests (outside the web server,
which loads it for us)
Patch by
fu.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=3993
use LJ::Time so that it runs properly in tests (outside the web server,
which loads it for us)
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- cgi-bin/DW/Hooks/AnniversaryPromotion.pm
-------------------------------------------------------------------------------- diff -r aea5ec0c72a4 -r 0c3dba02be2b cgi-bin/DW/Hooks/AnniversaryPromotion.pm --- a/cgi-bin/DW/Hooks/AnniversaryPromotion.pm Wed Nov 23 11:30:41 2011 +0800 +++ b/cgi-bin/DW/Hooks/AnniversaryPromotion.pm Wed Nov 23 18:56:15 2011 +0800 @@ -17,6 +17,7 @@ use strict; use LJ::Hooks; +use LJ::Time; # use mysql date format: year-month-date hour::min:seconds my $start_time = LJ::mysqldate_to_time( "2011-12-01 00:00:00", 1 ); --------------------------------------------------------------------------------