Location fixed
authorJoey Schulze <joey@infodrom.org>
Sun, 31 Jan 2016 19:01:40 +0000 (19:01 +0000)
committerJoey Schulze <joey@infodrom.org>
Sun, 31 Jan 2016 19:01:40 +0000 (19:01 +0000)
class/teachings.class.php

index ee74be5..f7d80cb 100644 (file)
@@ -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);