Rewrite the schedule generation script #31

Merged
user890104 merged 19 commits from schedule-rewrite into master 2016-10-24 00:52:04 +03:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit e18f6d1eb7 - Show all commits

View File

@ -181,7 +181,7 @@ function parseData($config, $data) {
$fulltalks .= '<p><strong>' . $event['title'] . ' ' . $fulltalk_spkr . '</strong></p>';
$fulltalks .= '<p>' . $event['abstract'] . '</p>';
$fulltalks .= '<div class="separator"></div></section>';
/*
if ($eid === $lastEventId) {
array_pop($columns);
++$colspan;
@ -189,7 +189,7 @@ function parseData($config, $data) {
else {
$colspan = 1;
}
*/
$columns[] = '<td' . $style . ($colspan > 1 ? ' colspan="' . $colspan . '"' : '') . '>' . $content . '</td>';
$lastEventId = $eid;
}