diff --git a/content/statistik/bama_stromanalyse.php b/content/statistik/bama_stromanalyse.php
index 913523b34..2dfbb1087 100644
--- a/content/statistik/bama_stromanalyse.php
+++ b/content/statistik/bama_stromanalyse.php
@@ -103,11 +103,12 @@ if($studiensemester_kurzbz != -1)
$ausgabe .= "";
$ausgabe .= "Studiengang: $row_stg->studiengang_kz, $row_stg->bezeichnung (".strtoupper($row_stg->typ.$row_stg->kurzbz).")
".($row_anzahl_m->anzahl+$row_anzahl_w->anzahl)." Studierende im 1.Sem. | ";
$ausgabe .= "";
- $ausgabe .= "| Kz | ";
- $ausgabe .= "Typ | ";
- $ausgabe .= "Name | ";
- $ausgabe .= "M | ";
- $ausgabe .= "W | ";
+ $ausgabe .= "Kz | ";
+ $ausgabe .= "Typ | ";
+ $ausgabe .= "Name | ";
+ $ausgabe .= "M | ";
+ $ausgabe .= "W | ";
+ $ausgabe .= "Gesamt | ";
$ausgabe .= "Prozent M | ";
$ausgabe .= "Prozent W | ";
@@ -136,6 +137,7 @@ if($studiensemester_kurzbz != -1)
$ausgabe .= "".$row['bez']." | ";
$ausgabe .= "".$row['count_m']." | ";
$ausgabe .= "".$row['count_w']." | ";
+ $ausgabe .= "".($row['count_w']+$row['count_m'])." | ";
if ($row_anzahl_m->anzahl==0)
$prozent=0;
else
@@ -161,6 +163,7 @@ if($studiensemester_kurzbz != -1)
$ausgabe .= "extern | ";
$ausgabe .= "$rest_m | ";
$ausgabe .= "$rest_w | ";
+ $ausgabe .= "".($rest_w+$rest_m)." | ";
if ($row_anzahl_m->anzahl==0)
$prozent=0;
else
@@ -233,11 +236,12 @@ if($studiensemester_kurzbz != -1)
$ausgabe .= "Studiengang: $row_stg->studiengang_kz, $row_stg->bezeichnung (".strtoupper($row_stg->typ.$row_stg->kurzbz).")";
$ausgabe .= "".($row_anzahl_m->anzahl+$row_anzahl_w->anzahl)." AbsolventInnen |
";
$ausgabe .= "";
- $ausgabe .= "| Kz | ";
- $ausgabe .= "Typ | ";
- $ausgabe .= "Name | ";
- $ausgabe .= "M | ";
- $ausgabe .= "W | ";
+ $ausgabe .= "Kz | ";
+ $ausgabe .= "Typ | ";
+ $ausgabe .= "Name | ";
+ $ausgabe .= "M | ";
+ $ausgabe .= "W | ";
+ $ausgabe .= "Gesamt | ";
$ausgabe .= "Prozent M | ";
$ausgabe .= "Prozent W | ";
@@ -266,6 +270,7 @@ if($studiensemester_kurzbz != -1)
$ausgabe .= "".$row['bez']." | ";
$ausgabe .= "".$row['count_m']." | ";
$ausgabe .= "".$row['count_w']." | ";
+ $ausgabe .= "".($row['count_w']+$row['count_m'])." | ";
if ($row_anzahl_m->anzahl==0)
$prozent=0;
else
@@ -292,6 +297,7 @@ if($studiensemester_kurzbz != -1)
$ausgabe .= "extern | ";
$ausgabe .= "$rest_m | ";
$ausgabe .= "$rest_w | ";
+ $ausgabe .= "".($rest_w+$rest_m)." | ";
if ($row_anzahl_m->anzahl==0)
$prozent=0;
else