Revision 654bed00
Added by Andreas Kohlbecker over 2 years ago
modules/cdm_dataportal/includes/descriptions.inc | ||
---|---|---|
1617 | 1617 |
$status_label = ''; |
1618 | 1618 |
|
1619 | 1619 |
foreach($distribution_status as $status) { |
1620 |
$status_label .= ($status_label ? $status_glue : '') . $status->representation_L10n;
|
|
1620 |
$status_label .= (isset($status->representation_L10n) ? $status_glue : '') . $status->representation_L10n;
|
|
1621 | 1621 |
$status_markup .= '<span class="distributionStatus"> ' |
1622 | 1622 |
. ($status_markup ? $status_glue : '') |
1623 | 1623 |
. '<span class="distributionStatus-' . $status->idInVocabulary . '">' |
Also available in: Unified diff
fixing Undefined property