replace the hook for the subject line that Mr. Groot Koerkamp dropped.
authorebullient <ebullient@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 10 Apr 2003 19:42:05 +0000 (19:42 +0000)
committerebullient <ebullient@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 10 Apr 2003 19:42:05 +0000 (19:42 +0000)
silly man.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@4763 7612ce4b-ef26-0410-bec9-ea0150e637f0

functions/mailbox_display.php

index 5523fd53844cdaac18f1bf1a184c429cfb86ccd0..6a1fac40057b3807268afa49836d3ef183fcabd9 100644 (file)
@@ -226,7 +226,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.'"';
                 $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 != $subject_full) {
                     $title = get_html_translation_table(HTML_SPECIALCHARS);
                     $title = array_flip($title);
                 if ($subject != $subject_full) {
                     $title = get_html_translation_table(HTML_SPECIALCHARS);
                     $title = array_flip($title);