From 8196f7718f60f8b76a36c5d50c76b5d9c2ae2e4e Mon Sep 17 00:00:00 2001 From: kink Date: Tue, 29 Jan 2002 10:20:39 +0000 Subject: [PATCH] small fix git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2277 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/mime.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/functions/mime.php b/functions/mime.php index c8f4f2cf..a1394a66 100644 --- a/functions/mime.php +++ b/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"; $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); -- 2.25.1