one whitespace

This commit is contained in:
rabuzarus 2015-06-25 13:50:48 +02:00
parent d23440af15
commit bc2117c68a
1 changed files with 1 additions and 1 deletions

View File

@ -1877,7 +1877,7 @@ if(! function_exists('get_events')) {
$today = ((substr($strt,0,10) === datetime_convert('UTC',$a->timezone,'now','Y-m-d')) ? true : false);
$rr['link'] = $md;
$rr['title'] =$title;
$rr['title'] = $title;
$rr['description'] = $desciption;
$rr['date'] = day_translate(datetime_convert('UTC', $rr['adjust'] ? $a->timezone : 'UTC', $rr['start'], $bd_format)) . (($today) ? ' ' . t('[today]') : '');
$rr['startime'] = $strt;