mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-14 02:29:27 +00:00
Sprachen in der Testtool Administration eingeschränkt
This commit is contained in:
@@ -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))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user