Attachment Mod Problem mit PHPBB 2.0.17
Verfasst: 30.08.2005 11:08
Hallo zusammen,
Habe ein Problem mit dieser Änderung am privmsg.php
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);