X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fmatita%2FmatitaInit.ml;fp=helm%2Fmatita%2FmatitaInit.ml;h=134e00e7c10011bbbdf0ea2d79eaf4be82da218a;hb=0ac236dda6f80f6dc86a7f12d8c88b25e64e3251;hp=d0127530870c0e53295f25eb67e0a2c88d736056;hpb=7703897d2b14dd101c763a4aa6d99b7cc95011d1;p=helm.git diff --git a/helm/matita/matitaInit.ml b/helm/matita/matitaInit.ml index d01275308..134e00e7c 100644 --- a/helm/matita/matitaInit.ml +++ b/helm/matita/matitaInit.ml @@ -65,7 +65,7 @@ let initialize_db init_status = if not (already_configured [ Db ] init_status) then begin MetadataTypes.ownerize_tables (Helm_registry.get "matita.owner"); - MatitaDb.create_owner_environment (); + LibraryDb.create_owner_environment (); Db::init_status end else