Closed (fixed)
Project:
Webform
Version:
7.x-3.15
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Jun 2012 at 16:49 UTC
Updated:
22 Jun 2012 at 00:51 UTC
Jump to comment: Most recent file
$replacements['safe']['%date'] = format_date(REQUEST_TIME, 'large');
Should be: $replacements['safe']['%date'] = format_date(REQUEST_TIME, 'long');
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | webform-format_date_large_to_long-1621376-1.patch | 551 bytes | zeisllo |
Comments
Comment #1
zeisllo commentedAttaching patch
Comment #2
quicksketchThanks, looks like there's also a "large" size in webform-submission-information.tpl.php.
Comment #3
quicksketchThanks committed. Got the one in webform-submission-information.tpl.php also.