diff --git a/CHANGELOG.md b/CHANGELOG.md
index b979e9c50..5b28531f8 100755
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -24,6 +24,7 @@
- **[CORE]** Infoscreen wurde umbenannt (informationsbildschirm.php)
- **[CORE]** Moodle Schnittstelle wurde aus dem Core entfernt und in ein eigenes Addon verschoben. Moodle Versionen < 2.4 werden nicht mehr unterstützt
- **[CORE]** Update campus.tbl_templates (contentmittitel and contentohnetitel) with system/templates/contentmittitel_xslt_xhtml.xslt andsystem/templates/contentohnetitel_xslt_xhtml.xslt
+- **[CORE]** Neue Style Anweisungen (div.header_logo, td.headerbar, div.cis_logo) müssen in Custom Stylesheet hinzugefügt werden
## [3.2]
diff --git a/application/models/organisation/Studiengang_model.php b/application/models/organisation/Studiengang_model.php
index 36e4b6992..a091c9059 100644
--- a/application/models/organisation/Studiengang_model.php
+++ b/application/models/organisation/Studiengang_model.php
@@ -182,8 +182,7 @@ class Studiengang_model extends DB_Model
(
SELECT o.oe_kurzbz, o.oe_parent_kurzbz
FROM public.tbl_organisationseinheit o
- WHERE o.oe_parent_kurzbz IS NULL
- AND o.oe_kurzbz = '.$this->escape($oe_kurzbz).'
+ WHERE o.oe_kurzbz = '.$this->escape($oe_kurzbz).'
UNION ALL
SELECT o.oe_kurzbz, o.oe_parent_kurzbz
FROM public.tbl_organisationseinheit o INNER JOIN organizations orgs ON (o.oe_parent_kurzbz = orgs._pk)
@@ -358,8 +357,7 @@ class Studiengang_model extends DB_Model
(
SELECT o.oe_kurzbz, o.oe_parent_kurzbz
FROM public.tbl_organisationseinheit o
- WHERE o.oe_parent_kurzbz IS NULL
- AND o.oe_kurzbz = '.$this->escape($oe_kurzbz).'
+ WHERE o.oe_kurzbz = '.$this->escape($oe_kurzbz).'
UNION ALL
SELECT o.oe_kurzbz, o.oe_parent_kurzbz
FROM public.tbl_organisationseinheit o INNER JOIN organizations orgs ON (o.oe_parent_kurzbz = orgs._pk)
diff --git a/application/models/system/Message_model.php b/application/models/system/Message_model.php
index b94bc3861..a99716022 100644
--- a/application/models/system/Message_model.php
+++ b/application/models/system/Message_model.php
@@ -72,8 +72,7 @@ class Message_model extends DB_Model
(
SELECT o.oe_kurzbz, o.oe_parent_kurzbz
FROM public.tbl_organisationseinheit o
- WHERE o.oe_parent_kurzbz IS NULL
- AND o.oe_kurzbz = ?
+ WHERE o.oe_kurzbz = ?
UNION ALL
SELECT o.oe_kurzbz, o.oe_parent_kurzbz
FROM public.tbl_organisationseinheit o INNER JOIN organizations orgs ON (o.oe_parent_kurzbz = orgs._pk)
diff --git a/application/models/system/Recipient_model.php b/application/models/system/Recipient_model.php
index c0fa75da2..40ef39f65 100644
--- a/application/models/system/Recipient_model.php
+++ b/application/models/system/Recipient_model.php
@@ -146,8 +146,7 @@ class Recipient_model extends DB_Model
(
SELECT o.oe_kurzbz, o.oe_parent_kurzbz
FROM public.tbl_organisationseinheit o
- WHERE o.oe_parent_kurzbz IS NULL
- AND o.oe_kurzbz = ?
+ WHERE o.oe_kurzbz = ?
UNION ALL
SELECT o.oe_kurzbz, o.oe_parent_kurzbz
FROM public.tbl_organisationseinheit o INNER JOIN organizations orgs ON (o.oe_parent_kurzbz = orgs._pk)
@@ -225,8 +224,7 @@ class Recipient_model extends DB_Model
(
SELECT o.oe_kurzbz, o.oe_parent_kurzbz
FROM public.tbl_organisationseinheit o
- WHERE o.oe_parent_kurzbz IS NULL
- AND o.oe_kurzbz = ?
+ WHERE o.oe_kurzbz = ?
UNION ALL
SELECT o.oe_kurzbz, o.oe_parent_kurzbz
FROM public.tbl_organisationseinheit o INNER JOIN organizations orgs ON (o.oe_parent_kurzbz = orgs._pk)
@@ -346,8 +344,7 @@ class Recipient_model extends DB_Model
(
SELECT o.oe_kurzbz, o.oe_parent_kurzbz
FROM public.tbl_organisationseinheit o
- WHERE o.oe_parent_kurzbz IS NULL
- AND o.oe_kurzbz = ?
+ WHERE o.oe_kurzbz = ?
UNION ALL
SELECT o.oe_kurzbz, o.oe_parent_kurzbz
FROM public.tbl_organisationseinheit o INNER JOIN organizations orgs ON (o.oe_parent_kurzbz = orgs._pk)
diff --git a/cis/index.html b/cis/index.html
index 42292afa6..792be7e10 100644
--- a/cis/index.html
+++ b/cis/index.html
@@ -1,17 +1,10 @@
-
+