* src/ReportUtils.py (place_name): Really return place name

svn: r4818
This commit is contained in:
Martin Hawlisch 2005-06-10 13:14:37 +00:00
parent 012cad6eb5
commit dee75c1f08
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,6 @@
2005-06-10 Martin Hawlisch <Martin.Hawlisch@gmx.de>
* src/ReportUtils.py (place_name): Really return place name
2005-06-09 Martin Hawlisch <Martin.Hawlisch@gmx.de> 2005-06-09 Martin Hawlisch <Martin.Hawlisch@gmx.de>
* src/plugins/Makefile.am: Install vCal and vCard plugins * src/plugins/Makefile.am: Install vCal and vCard plugins

View File

@ -401,6 +401,7 @@ def place_name(db,place_handle):
place = db.get_place_from_handle(place_handle).get_title() place = db.get_place_from_handle(place_handle).get_title()
else: else:
place = "" place = ""
return place
#------------------------------------------------------------------------- #-------------------------------------------------------------------------
# #