Closed (fixed)
Project:
World Clock
Version:
5.x-1.6
Component:
User interface
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
9 Jan 2009 at 19:23 UTC
Updated:
25 Jan 2009 at 16:50 UTC
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.
Comments
Comment #1
mariuss commentedJust 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.
Comment #2
mariuss commentedComment #3
flevour commentedWell 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