mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-24 10:22:18 +00:00
This commit is contained in:
@@ -117,7 +117,6 @@
|
|||||||
|
|
||||||
//-->
|
//-->
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body id="inhalt">
|
<body id="inhalt">
|
||||||
@@ -325,8 +324,7 @@
|
|||||||
echo "\n";
|
echo "\n";
|
||||||
foreach($lv_obj->result as $row1)
|
foreach($lv_obj->result as $row1)
|
||||||
{
|
{
|
||||||
|
if((!is_null($row1->semester)) && !empty($row1->semester) && ($row1->semester != "") && ($row1->semester<=$row->max_semester) && ($row1->semester>'0')) //($row1->semester<'10'))
|
||||||
if((!is_null($row1->semester)) && ($row1->semester != "") && ($row1->semester<=$row->max_semester) && ($row1->semester>'0')) //($row1->semester<'10'))
|
|
||||||
{
|
{
|
||||||
$qry_cnt = "SELECT count(*) as anzahl FROM public.tbl_student WHERE studiengang_kz='$row1->studiengang_kz' AND semester='$row1->semester' AND student_uid NOT LIKE '_Dummy%'";
|
$qry_cnt = "SELECT count(*) as anzahl FROM public.tbl_student WHERE studiengang_kz='$row1->studiengang_kz' AND semester='$row1->semester' AND student_uid NOT LIKE '_Dummy%'";
|
||||||
if(trim($row1->verband)!='')
|
if(trim($row1->verband)!='')
|
||||||
|
|||||||
Reference in New Issue
Block a user