X-Git-Url: https://git.infodrom.org/?p=infodrom.org%2Finfocon.infodrom.org;a=blobdiff_plain;f=class%2Fteachings.class.php;h=f7d80cb2ed54a90870a1670b418c579776ec8f31;hp=ee74be57810832948fa02f99c9325408c62bda75;hb=b1ca592f5221633dbc6c8e0c3b7dd6507beb64b1;hpb=5c692fd941257a81ce822a65db1739bf126c1c7d;ds=sidebyside 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);