Closed (fixed)
Project:
Text list formatter
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Jun 2009 at 20:39 UTC
Updated:
1 Oct 2009 at 15:40 UTC
Jump to comment: Most recent file
Comments
Comment #1
eabrand commentedFixed! Thanks for reporting the bug! Please update to the newest version.
Comment #2
eabrand commentedComment #4
scottrigbyThis is still happening in 6.x-1.0, because of
return $phrase.".";on line 142. The period is returned even if there are no values in the array.Also, if the label is set to display (in Display fields settings), then the '.' registers as a value and sets the field to active (displaying the label as well).
Attaching a patch that checks
count($values)before adding the period :)Comment #5
eabrand commentedcommitted thanks!!