svn: r4157
This commit is contained in:
Alex Roitman 2005-03-10 20:55:18 +00:00
parent eac22b2ff8
commit aa9924fb66

View File

@ -311,7 +311,7 @@ class IsDefaultPerson(Rule):
person = db.get_default_person()
if person:
return p_id == person.get_handle()
return false
return 0
#-------------------------------------------------------------------------
#