|
@@ -302,10 +302,10 @@ if (empty($conf->global->MAIN_EXTRAFIELDS_DISABLED)) {
|
|
|
);
|
|
|
print '</td><td>' . "\n";
|
|
|
} elseif (($extrafields->attributes[$elementtype]['type'][$key] == 'select')) {
|
|
|
- print $formadvtargetemaling->advMultiselectarray('options_' . $key, $extrafields->attribute_param[$key]['options'], $array_query['options_' . $key]);
|
|
|
+ print $formadvtargetemaling->advMultiselectarray('options_' . $key, $extrafields->attributes[$key]['param']['options'], $array_query['options_' . $key]);
|
|
|
print '</td><td>' . "\n";
|
|
|
} elseif (($extrafields->attributes[$elementtype]['type'][$key] == 'sellist')) {
|
|
|
- print $formadvtargetemaling->advMultiselectarraySelllist('options_' . $key, $extrafields->attribute_param[$key]['options'], $array_query['options_' . $key]);
|
|
|
+ print $formadvtargetemaling->advMultiselectarraySelllist('options_' . $key, $extrafields->attributes[$key]['param']['options'], $array_query['options_' . $key]);
|
|
|
print '</td><td>' . "\n";
|
|
|
} else {
|
|
|
print '<table class="nobordernopadding"><tr>';
|
|
@@ -499,10 +499,10 @@ if (empty($conf->global->MAIN_EXTRAFIELDS_DISABLED)) {
|
|
|
);
|
|
|
print '</td><td>' . "\n";
|
|
|
} elseif (($extrafields->attributes[$elementtype]['type'][$key] == 'select')) {
|
|
|
- print $formadvtargetemaling->advMultiselectarray('options_' . $key . '_cnct', $extrafields->attribute_param[$key]['options'], $array_query['options_' . $key . '_cnct']);
|
|
|
+ print $formadvtargetemaling->advMultiselectarray('options_' . $key . '_cnct', $extrafields->attributes[$key]['param']['options'], $array_query['options_' . $key . '_cnct']);
|
|
|
print '</td><td>' . "\n";
|
|
|
} elseif (($extrafields->attributes[$elementtype]['type'][$key] == 'sellist')) {
|
|
|
- print $formadvtargetemaling->advMultiselectarraySelllist('options_' . $key . '_cnct', $extrafields->attribute_param[$key]['options'], $array_query['options_' . $key . '_cnct']);
|
|
|
+ print $formadvtargetemaling->advMultiselectarraySelllist('options_' . $key . '_cnct', $extrafields->attributes[$key]['param']['options'], $array_query['options_' . $key . '_cnct']);
|
|
|
print '</td><td>' . "\n";
|
|
|
} else {
|
|
|
print '<table class="nobordernopadding"><tr>';
|