From e18f6d1eb7ddd09889758dcb38f145656b80fe52 Mon Sep 17 00:00:00 2001 From: Vencislav Atanasov Date: Sun, 23 Oct 2016 00:44:27 +0300 Subject: [PATCH] Enable horizontal merging of slots --- schedule/parse.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; }