mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-19 16:02:15 +00:00
- Warning in webservicerecht Klasse behoben
- Checkstudenten entfernt da dieses nicht mehr benoetigt wird - Anpassungen Datenbank Design für Studienordnung
This commit is contained in:
@@ -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
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user