]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/matitaInit.ml
* Part of matita that used to deal with the library moved into ocaml/library
[helm.git] / helm / matita / matitaInit.ml
index d0127530870c0e53295f25eb67e0a2c88d736056..134e00e7c10011bbbdf0ea2d79eaf4be82da218a 100644 (file)
@@ -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