Habe ein Problem mit dieser Änderung am privmsg.php
Da ist gar keine CLosing Bracet nach unset, bzw. erst viel später. Kann mir wer sagen wo das hinmuss?#
#-----[ FIND ]---------------------------------------------
# around line 742
unset($delete_type);
}
#
#-----[ AFTER, ADD ]---------------------------------------
# the Line have to be added AFTER the closing brace
$attachment_mod['pm']->delete_all_pm_attachments($mark_list);