|
|
@@ -4001,11 +4001,11 @@ class BiAuditPowiazania {
|
|
|
|
|
|
if ($rel) {
|
|
|
$item_result['relation_from'] = $this->relationName($rel);
|
|
|
- if ($relDateRange) $item_result['p5:relation_DateRangeElements'] = array_map(function ($x) {
|
|
|
+ if ($relDateRange) $item_result['relation_DateRangeElements'] = array_map(function ($x) {
|
|
|
list($from, $to) = explode(':', $x);
|
|
|
return ['@attributes' => [
|
|
|
- 'p5:leadingTimeDate-From' => $from,
|
|
|
- 'p5:leadingTimeDate-To' => $to,
|
|
|
+ 'leadingTimeDate-From' => $from,
|
|
|
+ 'leadingTimeDate-To' => $to,
|
|
|
]];
|
|
|
}, explode(';', $relDateRange));
|
|
|
}
|