small fix
authorkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 29 Jan 2002 10:20:39 +0000 (10:20 +0000)
committerkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 29 Jan 2002 10:20:39 +0000 (10:20 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2277 7612ce4b-ef26-0410-bec9-ea0150e637f0

functions/mime.php

index c8f4f2cfb94f930b998b1e0c45518cce4dbd3c45..a1394a6647e2c632e9f20043219e0024de0f7c86 100644 (file)
@@ -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";
            $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,
                $startMessage, $id, $urlMailbox, $ent, $DefaultLink,
                $display_filename, $where, $what);