- Warning in webservicerecht Klasse behoben

- Checkstudenten entfernt da dieses nicht mehr benoetigt wird
- Anpassungen Datenbank Design für Studienordnung
This commit is contained in:
Andreas Österreicher
2013-10-07 15:21:31 +00:00
parent d21a2fb91c
commit 0692a1afb2
2 changed files with 2122 additions and 316 deletions
+2 -1
View File
@@ -117,7 +117,8 @@ class webservicerecht extends basis_db
for($i = 0; $i<sizeof($attributArray); $i++)
{
$helpObject->$attributArray[$i] = $object->$attributArray[$i];
if(isset($object->$attributArray[$i]))
$helpObject->$attributArray[$i] = $object->$attributArray[$i];
}
return $helpObject;
+2120 -315
View File
File diff suppressed because it is too large Load Diff