From dd4f74d723444c9c18767a0134c4ceea528ad9d3 Mon Sep 17 00:00:00 2001 From: Manfred Kindl Date: Wed, 9 May 2012 14:18:27 +0000 Subject: [PATCH] Tippfehler korrigiert --- content/statistik/studentenprosemester.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/statistik/studentenprosemester.php b/content/statistik/studentenprosemester.php index e740c1f04..c65cf47ce 100644 --- a/content/statistik/studentenprosemester.php +++ b/content/statistik/studentenprosemester.php @@ -219,7 +219,7 @@ else echo "".($row->s2_m!=0?$row->s2_m:' ').""; echo "".($row->s2_w!=0?$row->s2_w:' ').""; echo "".($row->s3_m!=0?$row->s3_m:' ').""; - echo "".($row->s3_x!=0?$row->s3_w:' ').""; + echo "".($row->s3_w!=0?$row->s3_w:' ').""; echo "".($row->s4_m!=0?$row->s4_m:' ').""; echo "".($row->s4_w!=0?$row->s4_w:' ').""; echo "".($row->s5_m!=0?$row->s5_m:' ')."";