From 3cdb3ab2136c0ece3d68aed2d7813430d3903858 Mon Sep 17 00:00:00 2001 From: Joey Schulze Date: Sun, 31 Jan 2016 19:01:40 +0000 Subject: [PATCH] Location fixed --- class/teachings.class.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/class/teachings.class.php b/class/teachings.class.php index ee74be5..f7d80cb 100644 --- a/class/teachings.class.php +++ b/class/teachings.class.php @@ -43,7 +43,8 @@ class Teachings { { $html = ''; foreach ($this->list as $row) { - if ($row->location != 'Linuxhotel') continue; + error_log($row->location); + if ($row->location != 'Linuxhotel GmbH') continue; $dstart = explode('-', $row->start); $dend = explode('-', $row->end); -- 2.20.1