Browse Source

Fixed a few bugs in tripal_db module

spficklin 14 years ago
parent
commit
53420365ff
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tripal_db/tripal_db.module

+ 1 - 1
tripal_db/tripal_db.module

@@ -36,7 +36,7 @@ function tripal_db_menu() {
      'title' => 'Edit External Databases',
      'page callback' => 'tripal_ajax_db_edit',
      'access arguments' => array('access administration pages'),
-     'type' => MENU_NORMAL_ITEM,
+     'type' => MENU_CALLBACK,
    );
 
    return $items;