$replacements['safe']['%date'] = format_date(REQUEST_TIME, 'large');
Should be: $replacements['safe']['%date'] = format_date(REQUEST_TIME, 'long');

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

zeisllo’s picture

Attaching patch

quicksketch’s picture

Category: support » bug

Thanks, looks like there's also a "large" size in webform-submission-information.tpl.php.

quicksketch’s picture

Status: Active » Fixed

Thanks committed. Got the one in webform-submission-information.tpl.php also.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.