Add message subject in a tooltip in spool view
authorx2003bruneau <x2003bruneau@9869982d-c50d-0410-be91-f2a2ec7c7c7b>
Wed, 12 Jul 2006 13:40:11 +0000 (13:40 +0000)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Fri, 4 Jan 2008 23:34:54 +0000 (00:34 +0100)
git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@85 9869982d-c50d-0410-be91-f2a2ec7c7c7b

banana/spool.inc.php

index 2a17060..d8171fe 100644 (file)
@@ -347,6 +347,7 @@ class BananaSpool
             } else {
                 $res .= makeHREF(Array('group' => $this->group,
                                        'artid' => $_id),
+                                 htmlentities($subject),
                                  htmlentities($subject));
             }
             $res .= "</td>\n<td class='from'>".formatFrom($this->overview[$_id]->from)."</td>\n</tr>";