Skip to content
Snippets Groups Projects
Commit 01d1c63f authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms
Browse files

re #2059

parent cedbca52
No related branches found
No related tags found
No related merge requests found
......@@ -47,12 +47,12 @@ if (!$dates['regular']['turnus_data'] && empty($dates['irregular'])) {
if (isset($dates['irregular']) && is_array($dates['irregular'])) {
foreach ($dates['irregular'] as $date) {
if (!isset($irregular_rooms[$date['resource_id']])) {
$irregular_rooms[$date['resource_id']] = 0;
}
$irregular[] = $date;
$irregular_strings[] = $date['tostring'];
if ($date['resource_id']) {
if (!isset($irregular_rooms[$date['resource_id']])) {
$irregular_rooms[$date['resource_id']] = 0;
}
$irregular_rooms[$date['resource_id']]++;
} elseif ($date['raum']) {
$temp = '(' . htmlReady($date['raum']) . ')';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment