浏览代码

Bug Fixes

spficklin 14 年之前
父节点
当前提交
53b46836d8
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      tripal_feature/tripal_feature-delete.inc
  2. 1 1
      tripal_feature/tripal_feature.admin.inc

+ 1 - 1
tripal_feature/tripal_feature-delete.inc

@@ -24,7 +24,7 @@ function tripal_feature_delete_form (){
          separated by spaces or by new lines to be delete. If you specify feature names then
          separated by spaces or by new lines to be delete. If you specify feature names then
          all other options below will be ignored (except the unique checkbox).'),
          all other options below will be ignored (except the unique checkbox).'),
    );
    );
-	$form['is_uniquename'] = array(
+	$form['is_unique'] = array(
       '#title' => t('Names are Unique Names'),
       '#title' => t('Names are Unique Names'),
       '#type' => 'checkbox',
       '#type' => 'checkbox',
       '#description' => t('Select this checbox if the names listed in the feature 
       '#description' => t('Select this checbox if the names listed in the feature 

+ 1 - 1
tripal_feature/tripal_feature.admin.inc

@@ -219,7 +219,7 @@ function tripal_feature_admin () {
    if(tripal_get_module_active_jobs('tripal_feature')){
    if(tripal_get_module_active_jobs('tripal_feature')){
       $active_jobs = TRUE;
       $active_jobs = TRUE;
    }
    }
-   if($active_jobs){
+   if(!$active_jobs){
 
 
       get_tripal_feature_admin_form_url_set($form);
       get_tripal_feature_admin_form_url_set($form);