|
@@ -694,9 +694,9 @@ function formatAttachments ($message, $ent_id, $mailbox, $id) {
|
|
"../src/download.php?absolute_dl=true&passed_id=$id&mailbox=$urlMailbox&passed_ent_id=$ent";
|
|
"../src/download.php?absolute_dl=true&passed_id=$id&mailbox=$urlMailbox&passed_ent_id=$ent";
|
|
$ImageURL = '';
|
|
$ImageURL = '';
|
|
|
|
|
|
- / * this executes the attachment hook with a specific MIME-type.
|
|
|
|
- * if that doens't have results, it tries if there's a rule
|
|
|
|
- * for a more generic type. */
|
|
|
|
|
|
+ /* this executes the attachment hook with a specific MIME-type.
|
|
|
|
+ * if that doens't have results, it tries if there's a rule
|
|
|
|
+ * for a more generic type. */
|
|
$HookResults = do_hook("attachment $type0/$type1", $Links,
|
|
$HookResults = do_hook("attachment $type0/$type1", $Links,
|
|
$startMessage, $id, $urlMailbox, $ent, $DefaultLink,
|
|
$startMessage, $id, $urlMailbox, $ent, $DefaultLink,
|
|
$display_filename, $where, $what);
|
|
$display_filename, $where, $what);
|