* various: remove set_date/get_date removal to be replaced by

DateHandler calls


svn: r5031
This commit is contained in:
Don Allingham
2005-08-06 02:57:37 +00:00
parent 895d7e1a53
commit f1b3c2c39f
26 changed files with 191 additions and 111 deletions

View File

@ -46,6 +46,7 @@ import ReportUtils
import Utils
import NameDisplay
import const
import DateHandler
sex = ( _("female"), _("male"), _("unknown"))
@ -189,7 +190,7 @@ class Compare:
place = ""
if handle:
event = self.db.get_event_from_handle(handle)
date = event.get_date()
date = DateHandler.get_date(event)
place = self.place_name(event)
if date:
if place: