Location fixed
[infodrom.org/infocon.infodrom.org] / 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);