Database saving

svn: r2927
This commit is contained in:
Don Allingham
2004-02-28 20:15:48 +00:00
parent 01fc337256
commit ee78b4394f
7 changed files with 38 additions and 85 deletions

View File

@@ -369,6 +369,7 @@ class EditPlace:
self.gallery_ok = 1
self.update_lists()
self.db.commit_place(self.place)
if self.callback:
self.callback(self.place)