Browse Source

Check for flags column

stekkel 20 years ago
parent
commit
64de3df5d1
1 changed files with 1 additions and 2 deletions
  1. 1 2
      templates/default/message_list.tpl

+ 1 - 2
templates/default/message_list.tpl

@@ -391,8 +391,7 @@ else
 <?php
     // flag style mumbo jumbo
     $sPre = $sEnd = '';
-    // make sure that flags column is used by end user
-    if (isset($aFlags)) {
+    if (isset($aColumns[SQM_COL_FLAGS])) {
         if (!in_array('seen',$aFlags)) {
             $sPre = '<b>'; $sEnd = '</b>';
         }