time format string at bottom of block
mariuss - January 9, 2009 - 19:23
| Project: | World Clock |
| Version: | 5.x-1.6 |
| Component: | User interface |
| Category: | bug report |
| Priority: | critical |
| Assigned: | flevour |
| Status: | closed |
Jump to:
Description
A time format string like "M d h:i A" shows up at the bottom of the block. The string seems to be part of the footnote.
I do have some DST related text in the config area for the footnote, but that text does not show up at all. Tried removing that text, made no difference.

#1
Just checked the code, and the issue is with the theme_clocks_list. It takes 4 arguments, but it is called with 5.
Also, not sure how the formatting of the time happens, but it does not seem to be done at all.
#2
#3
Well spot, the bug was due to those wrong call to theme_clocks_list.
It's now fixed and released: http://drupal.org/node/357305 should be available in less than 5 mins.
Thanks for the report and sorry for the fuss it has generated.
Cheers,
Francesco
#4
Automatically closed -- issue fixed for two weeks with no activity.