LV-Infos - Punkte werden nicht mehr durch Zeilenumbrüche ersetzt

This commit is contained in:
Andreas Österreicher
2009-08-19 11:57:14 +00:00
parent 4082768dfb
commit f0bdba3ddc
3 changed files with 22 additions and 22 deletions
+1 -1
View File
@@ -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