Vergleich inc/datahandlers/post.php - 1.8.34 - 1.8.38

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 1803Zeile 1803
		}

// Assign any uploaded attachments with the specific posthash to the newly created post.

		}

// Assign any uploaded attachments with the specific posthash to the newly created post.

		if($thread['posthash'])

		if(!empty($thread['posthash']))

		{
$thread['posthash'] = $db->escape_string($thread['posthash']);
$attachmentassign = array(

		{
$thread['posthash'] = $db->escape_string($thread['posthash']);
$attachmentassign = array(