Browse Source

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

Stephen Ficklin 11 years ago
parent
commit
849b4065b9
1 changed files with 1 additions and 1 deletions
  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'];