svn: r2682
This commit is contained in:
Don Allingham 2004-01-21 04:21:45 +00:00
parent e41ee1c752
commit b8b05571b0

View File

@ -1129,7 +1129,7 @@ class HasDeath(Rule):
if self.date:
if date_cmp(self.date,event.getDateObj()) == 0:
return 0
pn = p.getPlaceName().upper()
pn = event.getPlaceName().upper()
if self.list[1] and find(pn,self.list[1].upper()) == -1:
return 0
return 1