Stop using session_unregister()
[squirrelmail.git] / templates / default / message_list.tpl
index 0cb945fb7060751db9a9b6b52a2a6a1183c03ae4..8b72c6f8e22bc5146e54ab48035daebd74d3ca19 100644 (file)
@@ -73,7 +73,7 @@
  *    $accesskey_mailbox_toggle_selected The access key to use for the toggle all checkbox
  *    $accesskey_mailbox_thread The access key to use for the Thread/Unthread links
  *
- * @copyright © 1999-2006 The SquirrelMail Project Team
+ * @copyright © 1999-2009 The SquirrelMail Project Team
  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package squirrelmail
@@ -456,6 +456,7 @@ if ($non_clicked_class != 'even' && $non_clicked_class != 'odd'
         $value      = (isset($aCol['value']))      ? $aCol['value']      : '';
         $target     = (isset($aCol['target']))     ? $aCol['target']     : '';
         if (!$show_personal_names
+         && !empty($title)
          && ($iCol == SQM_COL_FROM
           || $iCol == SQM_COL_TO
           || $iCol == SQM_COL_CC