mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 20:29:29 +00:00
Fixed Warning if Image is missing
This commit is contained in:
@@ -124,6 +124,7 @@ $matrikelnummer = (isset($_POST['matrikelnummer'])?$_POST['matrikelnummer']:'');
|
||||
$semester = (isset($_POST['semester'])?$_POST['semester']:'');
|
||||
$verband = (isset($_POST['verband'])?$_POST['verband']:'');
|
||||
$gruppe = (isset($_POST['gruppe'])?$_POST['gruppe']:'');
|
||||
$dms_id_lichtbild = '';
|
||||
|
||||
if($uid!='')
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user