update
svn: r2682
This commit is contained in:
parent
e41ee1c752
commit
b8b05571b0
@ -1129,7 +1129,7 @@ class HasDeath(Rule):
|
|||||||
if self.date:
|
if self.date:
|
||||||
if date_cmp(self.date,event.getDateObj()) == 0:
|
if date_cmp(self.date,event.getDateObj()) == 0:
|
||||||
return 0
|
return 0
|
||||||
pn = p.getPlaceName().upper()
|
pn = event.getPlaceName().upper()
|
||||||
if self.list[1] and find(pn,self.list[1].upper()) == -1:
|
if self.list[1] and find(pn,self.list[1].upper()) == -1:
|
||||||
return 0
|
return 0
|
||||||
return 1
|
return 1
|
||||||
|
Loading…
Reference in New Issue
Block a user