From 4c46521db1c1277b35c7856a567fdee4c87e5518 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96sterreicher?= Date: Wed, 29 Jul 2009 13:29:59 +0000 Subject: [PATCH] =?UTF-8?q?Status=20=C3=84nderung=20funktioniert=20nun=20w?= =?UTF-8?q?ieder?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- content/student/studentoverlay.js.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/student/studentoverlay.js.php b/content/student/studentoverlay.js.php index e5750ada8..4e1e08480 100644 --- a/content/student/studentoverlay.js.php +++ b/content/student/studentoverlay.js.php @@ -1571,7 +1571,7 @@ function StudentRolleSpeichern(dialog, studiensemester_old, ausbildungssemester_ req.add('studiensemester_old', studiensemester_old); req.add('ausbildungssemester_old', ausbildungssemester_old); req.add('ausbildungssemester', ausbildungssemester); - req.add('datum', datum); + req.add('datum', ConvertDateToISO(datum)); req.add('orgform_kurzbz', orgform_kurzbz); var response = req.executePOST(); @@ -4215,4 +4215,4 @@ function StudentReihungstestDropDownSelect() { if(document.getElementById('student-prestudent-textbox-anmeldungreihungstest').value=='') StudentAnmeldungreihungstestHeute(); -} \ No newline at end of file +}