Переглянути джерело

another update to comment

Stephen Ficklin 4 роки тому
батько
коміт
10c5b7d4cc
1 змінених файлів з 1 додано та 2 видалено
  1. 1 2
      tripal_chado/includes/TripalImporter/OBOImporter.inc

+ 1 - 2
tripal_chado/includes/TripalImporter/OBOImporter.inc

@@ -934,8 +934,7 @@ class OBOImporter extends TripalImporter {
     $this->obo_namespaces[$namespace] = $cv->cv_id;
     $this->idspaces = $idspaces;
 
-    // Add a new database for each idspace and associate it with the
-    // default CV.
+    // Add a new database for each idspace.
     foreach ($idspaces as $shortname => $idspace) {
       $this->addDB($shortname, $idspace['url'], $idspace['description']);
     }