Parcourir la source

A small typo fix that caused all importers to fail

Abdullah Almsaeed il y a 5 ans
Parent
commit
41957a279b
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      tripal_chado/includes/tripal_chado.mapping.inc

+ 1 - 1
tripal_chado/includes/tripal_chado.mapping.inc

@@ -24,7 +24,7 @@ function tripal_chado_map_cvterms() {
         // Get the list of cvterm_ids from existing records in the table.
         $sql = "
           SELECT $local_id
-          FROM { " . $tablename . "}
+          FROM {" . $tablename . "}
           GROUP BY $local_id
         ";
         $results = chado_query($sql);