mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-26 00:54:27 +00:00
changes for tbl_projektarbeit student_uid to prestudent_id
This commit is contained in:
@@ -3489,11 +3489,13 @@ if(!$error)
|
||||
$projektarbeit->insertvon = $user;
|
||||
}
|
||||
|
||||
$student = new student($_POST['student_uid']);
|
||||
|
||||
$projektarbeit->projekttyp_kurzbz = $_POST['projekttyp_kurzbz'];
|
||||
$projektarbeit->titel = $_POST['titel'];
|
||||
$projektarbeit->titel_english = $_POST['titel_english'];
|
||||
$projektarbeit->lehreinheit_id = $_POST['lehreinheit_id'];
|
||||
$projektarbeit->student_uid = $_POST['student_uid'];
|
||||
$projektarbeit->prestudent_id = $student->prestudent_id;
|
||||
$projektarbeit->firma_id = $_POST['firma_id'];
|
||||
$projektarbeit->note = $_POST['note'];
|
||||
$projektarbeit->punkte = str_replace(',','.',$_POST['punkte']);
|
||||
|
||||
Reference in New Issue
Block a user