Reintegrated Erin's lost changes from v1.309
authorpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 4 Mar 2003 00:12:59 +0000 (00:12 +0000)
committerpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 4 Mar 2003 00:12:59 +0000 (00:12 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@4582 7612ce4b-ef26-0410-bec9-ea0150e637f0

functions/mailbox_display.php

index a98fa3db16c42d33a8e7fbc3d8466240b1cb4166..f2c273ab6243c3aabab613ea454049166229bdf1 100644 (file)
@@ -209,7 +209,7 @@ function printMessageInfo($imapConnection, $t, $not_last=true, $key, $mailbox,
                 $td_str .= '<a href="read_body.php?mailbox='.$urlMailbox
                         .  '&amp;passed_id='. $msg["ID"]
                         .  '&amp;startMessage='.$start_msg.$searchstr.'"';
-                do_hook("subject_link");
+                $td_str .= ' ' .concat_hook_function('subject_link');
                 if ($subject != $msg['SUBJECT']) {
                     $title = get_html_translation_table(HTML_SPECIALCHARS);
                     $title = array_flip($title);