SYNC Scripte für benutzergruppe, gruppe, personlvstudiensemester, reservierung und variable

This commit is contained in:
Andreas Österreicher
2006-12-04 13:55:10 +00:00
parent ba7f640e7c
commit 44979bb8df
16 changed files with 1442 additions and 247 deletions
+2 -2
View File
@@ -33,7 +33,7 @@ class stunde
var $ende; // time without timezone
// *************************************************************************
// * Konstruktor - Uebergibt die Connection und laedt optional eine Lehrform
// * Konstruktor - Uebergibt die Connection und laedt optional eine Stunde
// * @param $conn Datenbank-Connection
// * $stunde Stunde die geladen werden soll
// * $unicode Gibt an ob die Daten mit UNICODE Codierung
@@ -60,7 +60,7 @@ class stunde
// *********************************************************
// * Laedt eine Stunde
// * @param
// * @param $stunde
// *********************************************************
function load($stunde)
{