mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 00:12:15 +00:00
trims the student information so that the value is falsy in javascript
This commit is contained in:
@@ -639,7 +639,7 @@ class Profil extends Auth_Controller
|
||||
$res->mittel = $betriebsmittelperson_res;
|
||||
$res->matrikelnummer = $matr_res->matr_nr;
|
||||
foreach($student_res as $key => $value){
|
||||
$res->$key = $value;
|
||||
$res->$key = trim($value);
|
||||
}
|
||||
$res->zuttritsgruppen = $zutrittsgruppe_res;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user