? .DS_Store ? 494434-10-fix.patch ? 494434-11-fix.patch ? format-date-646932-4.patch ? includes/494434-10-fix.patch ? includes/494434-10-patch.patch ? sites/.DS_Store ? sites/all/.DS_Store ? sites/all/modules ? sites/default/.settings.php.swp ? sites/default/files ? sites/default/settings.php Index: includes/common.inc =================================================================== RCS file: /cvs/drupal/drupal/includes/common.inc,v retrieving revision 1.756.2.97 diff -u -p -r1.756.2.97 common.inc --- includes/common.inc 11 Aug 2010 21:10:41 -0000 1.756.2.97 +++ includes/common.inc 4 Sep 2010 13:38:18 -0000 @@ -1302,9 +1302,10 @@ function format_interval($timestamp, $gr * The format to use. Can be "small", "medium" or "large" for the preconfigured * date formats. If "custom" is specified, then $format is required as well. * @param $format - * A PHP date format string as required by date(). A backslash should be used - * before a character to avoid interpreting the character as part of a date - * format. + * A PHP date format string as required by date(), with the exception of + * "c", "e", and "P." See http://drupal.org/node/494434 A backslash should + * be used before a character to avoid interpreting the character as part of + * a date format. * @param $timezone * Time zone offset in seconds; if omitted, the user's time zone is used. * @param $langcode