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)) {