Browse Source

Issue #2332755: Sort external database options

Lacey Sanderson 10 years ago
parent
commit
7e13fb71f7
1 changed files with 1 additions and 0 deletions
  1. 1 0
      includes/blast_ui.node.inc

+ 1 - 0
includes/blast_ui.node.inc

@@ -168,6 +168,7 @@ function blastdb_form($node, &$form_state) {
 
   $db_options = tripal_get_db_select_options();
   $db_options[0] = '';
+  asort($db_options);
   $form['dbxref']['db_id'] = array(
     '#type' => 'select',
     '#title' => 'External Database',