Removed useless Code that causes PHP notices

This commit is contained in:
Andreas Österreicher
2020-06-22 19:37:13 +02:00
parent 6ee2a0b47e
commit 96a9662559
-2
View File
@@ -123,8 +123,6 @@ if(isset($_POST['submitbild']))
$dokument = new dokument();
$dokument->loadDokumenttyp($_REQUEST['dokumenttyp']);
$extension = end(explode(".",strtolower($_FILES['file']['name'])));
$akte->dokument_kurzbz = $_REQUEST['dokumenttyp'];
$akte->person_id = $_GET['person_id'];
//$akte->inhalt = base64_encode($content);