ccheng il y a 13 ans
Parent
commit
ca1b3ffee6
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      tripal_analysis_kegg/tripal_analysis_kegg.module

+ 2 - 2
tripal_analysis_kegg/tripal_analysis_kegg.module

@@ -249,12 +249,12 @@ function chado_analysis_kegg_form ($node){
                           'results that cannot be linked to a feature will be '.
                           'discarded.'),
    );
-/*   $form['kegg']['keggkeywordjob'] = array(
+   $form['kegg']['keggkeywordjob'] = array(
       '#type' => 'checkbox',
       '#title' => t('Submit a job to extract keywords from the KEGG html output'),
       '#description' => t('Note: KEGG results are only searchable after keywords are extracted.'),
 	);
-*/
+
    return $form;
 }
 /**