[dw-free] December paid time promotion
[commit: http://hg.dwscoalition.org/dw-free/rev/0462d0720db3]
http://bugs.dwscoalition.org/show_bug.cgi?id=3993
Use Time::Local so that LJ::Time works even outside a web server...
Patch by
fu.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=3993
Use Time::Local so that LJ::Time works even outside a web server...
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- cgi-bin/LJ/Time.pm
-------------------------------------------------------------------------------- diff -r 2a4c15c49485 -r 0462d0720db3 cgi-bin/LJ/Time.pm --- a/cgi-bin/LJ/Time.pm Wed Nov 23 15:54:38 2011 +0800 +++ b/cgi-bin/LJ/Time.pm Wed Nov 23 19:25:42 2011 +0800 @@ -14,6 +14,8 @@ package LJ; use strict; +use Time::Local (); + # <LJFUNC> # name: LJ::days_in_month # class: time --------------------------------------------------------------------------------
no subject
no subject
no subject
Thanks, fixed!