mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 12:19:28 +00:00
LV-Infos - Punkte werden nicht mehr durch Zeilenumbrüche ersetzt
This commit is contained in:
@@ -143,7 +143,7 @@ if(isset($_POST['submitbild']))
|
||||
//in base64 umrechnen
|
||||
$content = base64_encode($content);
|
||||
|
||||
$person = new person($conn);
|
||||
$person = new person();
|
||||
if($person->load($_GET['person_id']))
|
||||
{
|
||||
//base64 Wert in die Datenbank speichern
|
||||
|
||||
Reference in New Issue
Block a user