Răsfoiți Sursa

Fixed some typos

spficklin 12 ani în urmă
părinte
comite
332b6b104f

+ 1 - 1
tripal_feature/includes/tripal_feature-db_references.inc

@@ -121,7 +121,7 @@ function tripal_feature_add_ONE_dbreference_form_submit($form, &$form_state) {
 
   // create dbxref
   $isql =  "INSERT INTO {dbxref} (db_id, accession, description) VALUES (%d, '%s', '%s')";
-  cahdo_query($isql, $db_id, $accession, $description);
+  chado_query($isql, $db_id, $accession, $description);
 
   //create feature_dbxref
   $dbxref = tripal_db_get_dbxref( array('db_id' => array('type' => 'INT', 'value' => $form_state['values']['db_id']),

+ 1 - 1
tripal_featuremap/tripal_featuremap.module

@@ -403,7 +403,7 @@ function get_tripal_featuremap_admin_form_taxonomy_set(&$form) {
 
   // get the list of maps
   $sql = "SELECT * FROM {featuremap} ORDER BY name";
-  $lib_rset = cahdo_query($sql);
+  $lib_rset = chado_query($sql);
 
   // iterate through all of the maps
   $lib_boxes = array();