Place object URLs working

svn: r349
This commit is contained in:
Don Allingham
2001-08-19 17:31:52 +00:00
parent 7c8d296113
commit edef3eaf1e
7 changed files with 263 additions and 19 deletions

View File

@@ -138,7 +138,7 @@ def by_last_name(first, second) :
name2 = second.getPrimaryName()
fsn = string.upper(name1.getSurname())
ssn = string.upper(name1.getSurname())
ssn = string.upper(name2.getSurname())
if first == second :
ffn = string.upper(name1.getFirstName())