fix select person again

svn: r3136
This commit is contained in:
Don Allingham
2004-05-07 03:58:26 +00:00
parent f2d1eccdfa
commit f06eb991a3
11 changed files with 26 additions and 37 deletions

View File

@ -113,7 +113,7 @@ class Rule:
for i in range(0,len(self.list)):
if self.list[i]:
v.append('%s="%s"' % (_(self.labels[i]),_(self.list[i])))
return join(v,'; ')
return string.join(v,'; ')
#-------------------------------------------------------------------------
#