瀏覽代碼

oops didn't mean to leave in temp fix to db_insert API mistake

Stephen Ficklin 11 年之前
父節點
當前提交
849b4065b9
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tripal_db/api/tripal_db.api.inc

+ 1 - 1
tripal_db/api/tripal_db.api.inc

@@ -304,7 +304,7 @@ function dbxref_retrieve($identifiers, $options = array()) {
  *
  * @ingroup tripal_db_api
  */
-function chado_db_insert($values, $options) {
+function db_insert($values, $options) {
 
   // Default Values
   $dbname = $values['name'];