Comment 3 for bug 668166

Revision history for this message
Paul Harrison (paul-francis-harrison) wrote :

Names are uniquified by being stored in a map in canon.php:GetAZList then again in canon.php:GatherList. If a name occurs twice the first entry is overwritten by the next one. These functions are used in person and branch code.

Solution would be to create lists rather than maps in these functions. Need new function in common.php to sort a list by 'name'.