0002723: '<name>' has different meanings in different contexts

svn: r13019
This commit is contained in:
Raphael Ackermann
2009-08-15 09:44:49 +00:00
parent 79f61846e8
commit 9aeeb8432c
2 changed files with 9 additions and 9 deletions

View File

@ -48,7 +48,7 @@ class SearchName(Rule):
description = _("Matches people with a specified (partial) name")
category = _('General filters')
def apply(self,db,person):
def apply(self, db, person):
src = self.list[0].upper()