Closed (fixed)
Project:
Privatemsg
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Jan 2012 at 23:52 UTC
Updated:
16 Feb 2012 at 20:00 UTC
The problem is:
if ($timestamp > mktime(0, 0, 0, 0 /* this is the month and is 1-12, not 0-11 */, 0, date('Y'))) {
return format_date($timestamp, 'privatemsg_current_year');
}
mktime: http://php.net/manual/de/function.mktime.php
Please review the (pretty trivial) patch.
| Comment | File | Size | Author |
|---|---|---|---|
| privatemsg-format-date-january.patch | 576 bytes | Niklas Fiekas |
Comments
Comment #1
berdirThanks, commited and pushed to 7.x-1.x and 7.x-2.x.