Closed (fixed)
Project:
Bibliography Module
Version:
6.x-1.14
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Sep 2010 at 20:11 UTC
Updated:
14 Nov 2010 at 16:40 UTC
When I create an exposed filter on "Biblio: Author Lastname", all the corporate authors names in the option list have a comma stuck on the end.
Comments
Comment #1
Lanae commentedI fixed this in my install by changing line 13 of biblio/views/biblio_handler_filter_contributor_lastname.inc to:
$this->value_options[$row->lastname] = rtrim("$row->lastname, $row->firstname $row->initials",', ');
Comment #2
rjerome commentedThanks, and sorry the delay on this one.
I've implemented a slightly different fix, but the result should be the same.
http://drupal.org/cvs?commit=434774
Comment #3
rjerome commented