|
@@ -134,7 +134,7 @@ function _ds_layout_settings_info($bundle_name, $instances) {
|
|
|
// Add random numbers to ensure the field name is unique within the 32
|
|
|
// character limit of the field.
|
|
|
$group_field_name = $group_field_name.rand(0, 99999);
|
|
|
- _additional_fields_field_group_info($bundle_name, $other_field['label'], $group_field_name, $other_field['field_name']);
|
|
|
+ tripal_ds_additional_fields_field_group_info($bundle_name, $other_field['label'], $group_field_name, $other_field['field_name']);
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -328,7 +328,7 @@ function _ds_layout_pub_settings_info($bundle_name, $instances) {
|
|
|
$group_field_name = $group_field_name.rand(0, 99999);
|
|
|
|
|
|
// Build the field group.
|
|
|
- _additional_fields_field_group_info($bundle_name, $other_field['label'], $group_field_name, $other_field['field_name']);
|
|
|
+ tripal_ds_additional_fields_field_group_info($bundle_name, $other_field['label'], $group_field_name, $other_field['field_name']);
|
|
|
|
|
|
// Update arrays.
|
|
|
array_push($temporary_field, $group_field_name, $other_field['field_name']);
|