Explorar el Código

Merge pull request #954 from tripal/t3_fix-typo

A small typo fix that caused all importers to fail
Lacey-Anne Sanderson hace 5 años
padre
commit
5283f731f1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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);