diff --git a/cis/private/profile/zeitsperre.php b/cis/private/profile/zeitsperre.php index 68974e693..1836aa622 100644 --- a/cis/private/profile/zeitsperre.php +++ b/cis/private/profile/zeitsperre.php @@ -132,7 +132,7 @@ $zs=new zeitsperre($conn); foreach ($mitarbeiter as $ma) { - $zs->getzeitsperren($ma->uid); + $zs->getzeitsperren($ma->uid, false); echo ''; echo "$ma->nachname $ma->vorname"; for ($ts=$ts_beginn;$ts<$ts_ende; $ts+=$datum_obj->ts_day) diff --git a/cis/private/profile/zeitwunsch.php b/cis/private/profile/zeitwunsch.php index 520a66324..a266cde79 100644 --- a/cis/private/profile/zeitwunsch.php +++ b/cis/private/profile/zeitwunsch.php @@ -186,13 +186,13 @@ if(isset($_GET['type']) && ($_GET['type']=='edit_sperre' || $_GET['type']=='new_ if(!ereg("([0-9]{2}).([0-9]{2}).([0-9]{4})",$_POST['vondatum'])) { $error=true; - $errormsg .= 'Von-Datum ist ungültig '; + $error_msg .= 'Von-Datum ist ungültig '; } //bis-datum pruefen if(!ereg("([0-9]{2}).([0-9]{2}).([0-9]{4})",$_POST['bisdatum'])) { $error=true; - $errormsg .= 'Bis-Datum ist ungültig '; + $error_msg .= 'Bis-Datum ist ungültig '; } $zeitsperre = new zeitsperre($conn); diff --git a/cis/public/kollegium.html b/cis/public/kollegium.html index 8953b2592..d1e1e68bc 100644 --- a/cis/public/kollegium.html +++ b/cis/public/kollegium.html @@ -67,14 +67,13 @@ H

Vertreter StudentInnen

-Amara Tarek
-Bayer Michael
-Neumann Eric
-Saliger Florian
-Sterzinger Dieter
-Ully Bianca
-Walther Maria
-
+Walther Maria
+Neumann Eric
+Palatin Willibald
+Horvath Martin
+Mischling Barbara
+Lowatschek Karl
+Steinbrecher Helmut
  diff --git a/content/student/interessentdetailoverlay.xul.php b/content/student/interessentdetailoverlay.xul.php index 82b89342c..7b116f89f 100644 --- a/content/student/interessentdetailoverlay.xul.php +++ b/content/student/interessentdetailoverlay.xul.php @@ -151,7 +151,7 @@ echo '';