瀏覽代碼

small fix

Thijs Kinkhorst 23 年之前
父節點
當前提交
58bac0a877
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      functions/mime.php

+ 3 - 3
functions/mime.php

@@ -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);