浏览代码

A small typo fix that caused all importers to fail

Abdullah Almsaeed 5 年之前
父节点
当前提交
41957a279b
共有 1 个文件被更改,包括 1 次插入1 次删除
  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);