diff --git a/schedule/parse.php b/schedule/parse.php index 30d8342..6bcdc11 100644 --- a/schedule/parse.php +++ b/schedule/parse.php @@ -181,7 +181,7 @@ function parseData($config, $data) { $fulltalks .= '

' . $event['title'] . ' ' . $fulltalk_spkr . '

'; $fulltalks .= '

' . $event['abstract'] . '

'; $fulltalks .= '
'; -/* + if ($eid === $lastEventId) { array_pop($columns); ++$colspan; @@ -189,7 +189,7 @@ function parseData($config, $data) { else { $colspan = 1; } -*/ + $columns[] = ' 1 ? ' colspan="' . $colspan . '"' : '') . '>' . $content . ''; $lastEventId = $eid; }