@@ 6612-6620 (lines=9) @@ | ||
6609 | { |
|
6610 | $this->data['date']['raw'] = $return[0]['data']; |
|
6611 | } |
|
6612 | if (!empty($this->data['date']['raw'])) |
|
6613 | { |
|
6614 | $parser = $this->registry->call('Parse_Date', 'get'); |
|
6615 | $this->data['date']['parsed'] = $parser->parse($this->data['date']['raw']); |
|
6616 | } |
|
6617 | else |
|
6618 | { |
|
6619 | $this->data['date'] = null; |
|
6620 | } |
|
6621 | } |
|
6622 | if ($this->data['date']) |
|
6623 | { |
|
@@ 6649-6657 (lines=9) @@ | ||
6646 | { |
|
6647 | $this->data['updated']['raw'] = $return[0]['data']; |
|
6648 | } |
|
6649 | if (!empty($this->data['updated']['raw'])) |
|
6650 | { |
|
6651 | $parser = $this->registry->call('Parse_Date', 'get'); |
|
6652 | $this->data['updated']['parsed'] = $parser->parse($this->data['date']['raw']); |
|
6653 | } |
|
6654 | else |
|
6655 | { |
|
6656 | $this->data['updated'] = null; |
|
6657 | } |
|
6658 | } |
|
6659 | if ($this->data['updated']) |
|
6660 | { |