|
@@ -151,7 +151,7 @@ function tripal_chado_migrate_form($form, &$form_state) {
|
|
";
|
|
";
|
|
$ana_count = chado_query($sql)->fetchField();
|
|
$ana_count = chado_query($sql)->fetchField();
|
|
if ($ana_count > 0) {
|
|
if ($ana_count > 0) {
|
|
- $key = urlencode('tv3_content_type--local--analysis--analysis');
|
|
|
|
|
|
+ $key = urlencode('tv3_content_type--operation--2945--analysis');
|
|
$form['step2']['step2_container']['tv3_content_type'][$key] = array(
|
|
$form['step2']['step2_container']['tv3_content_type'][$key] = array(
|
|
'#type' => 'checkbox',
|
|
'#type' => 'checkbox',
|
|
'#title' => 'Analysis (' . $ana_count . ')',
|
|
'#title' => 'Analysis (' . $ana_count . ')',
|