]> matita.cs.unibo.it Git - helm.git/commitdiff
Ported to Helm_registry.
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Wed, 11 Feb 2004 17:05:27 +0000 (17:05 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Wed, 11 Feb 2004 17:05:27 +0000 (17:05 +0000)
helm/hbugs/tutors/hbugs_tutors_common.ml

index 8ffd4b7042e053f50227003c33f10b41dd6357df..2f186c15dcb1682906b38eda47f32734e594d7e9 100644 (file)
@@ -79,7 +79,7 @@ let typecheck_loaded_proof metasenv bo ty =
 type xml_kind = Body | Type;;
 let mk_dtdname ~ask_dtd_to_the_getter dtd =
  if ask_dtd_to_the_getter then
-  Configuration.getter_url ^ "getdtd?uri=" ^ dtd
+  Helm_registry.get "getter.url" ^ "getdtd?uri=" ^ dtd
  else
   "http://mowgli.cs.unibo.it/dtd/" ^ dtd
 ;;