Fixed PHP compatibility issues

This commit is contained in:
Andreas Österreicher
2018-06-26 18:10:21 +02:00
parent dbb420bcac
commit 2fed75f175
7 changed files with 34 additions and 29 deletions
@@ -222,8 +222,8 @@
'<a href="%s?person_id=%s&origin_page=%s&fhc_controller_id=%s">Details</a>',
site_url('system/infocenter/InfoCenter/showDetails'),
$datasetRaw->{'PersonId'},
$this->router->method,
$this->input->get('fhc_controller_id')
'index',
(isset($_GET['fhc_controller_id'])?$_GET['fhc_controller_id']:'')
);
if ($datasetRaw->{'SendDate'} == null)