From 9182e4b2dac28de212684dc409f25fc0a0158610 Mon Sep 17 00:00:00 2001 From: oesi Date: Mon, 9 Feb 2015 08:58:06 +0100 Subject: [PATCH] =?UTF-8?q?Sprachen=20in=20der=20Testtool=20Administration?= =?UTF-8?q?=20eingeschr=C3=A4nkt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cis/testtool/admin/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cis/testtool/admin/index.php b/cis/testtool/admin/index.php index 26f0217b2..00529d836 100644 --- a/cis/testtool/admin/index.php +++ b/cis/testtool/admin/index.php @@ -574,7 +574,7 @@ if (($anzahl!==0) || ($stg_kz=='-1') && ($stg_kz!=='')) //Liste der Sprachen - $qry = "SELECT sprache FROM public.tbl_sprache ORDER BY sprache DESC"; + $qry = "SELECT sprache FROM public.tbl_sprache WHERE content ORDER BY sprache DESC"; if($result = $db->db_query($qry)) {