Explorar el Código

Fixed bug reported by Alex caused by updating API

Lacey Sanderson hace 10 años
padre
commit
729df61348
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      tripal_featuremap/tripal_featuremap.install

+ 1 - 0
tripal_featuremap/tripal_featuremap.install

@@ -299,6 +299,7 @@ function tripal_featuremap_add_cvterms() {
        'db_name' => 'tripal'
       ),
       array('update_existing' => TRUE)
+    );
 
 }