From 353e42d944e1a6d892662598651c4cd038952eb8 Mon Sep 17 00:00:00 2001 From: Manfred Kindl Date: Wed, 24 Oct 2012 17:47:25 +0000 Subject: [PATCH] Titel des Infoscreens kommt nun nicht mehr aus der Klasse --- include/infoscreen.class.php | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/include/infoscreen.class.php b/include/infoscreen.class.php index b61682dab..a92bcde3b 100755 --- a/include/infoscreen.class.php +++ b/include/infoscreen.class.php @@ -350,11 +350,8 @@ class infoscreen extends basis_db * FROM campus.tbl_infoscreen_content - JOIN - campus.tbl_contentsprache USING (content_id) WHERE - (infoscreen_id=".$this->db_add_param($infoscreen_id, FHC_INTEGER)." OR infoscreen_id is null) - AND tbl_contentsprache.sprache='German'"; + (infoscreen_id=".$this->db_add_param($infoscreen_id, FHC_INTEGER)." OR infoscreen_id is null)"; if($aktuell) $qry.=" AND (gueltigvon<=now() OR gueltigvon is null) @@ -376,7 +373,6 @@ class infoscreen extends basis_db $obj->insertvon = $row->insertvon; $obj->updateamum = $row->updateamum; $obj->updatevon = $row->updatevon; - $obj->titel = $row->titel; $this->result[] = $obj; }