Index: db.scm ================================================================== --- db.scm +++ db.scm @@ -1151,11 +1151,11 @@ (for-each (lambda (dbname) (let* ((mtdb (dbr:dbstruct-mtdb dbstruct)) - + ;; more to do here? (tmpdb (db:get-db dbstruct)) (refndb (dbr:dbstruct-refndb dbstruct)) (res (db:sync-tables (db:sync-all-tables-list dbstruct) last-update tmpdb refndb mtdb)))