alecpl
2010-06-09 54759ce120c30882521946694b83646e9695395a
program/include/main.inc
@@ -732,6 +732,7 @@
  $table = new html_table(/*array('cols' => count($a_show_cols))*/);
    
  // add table header
  if (!$attrib['noheader'])
  foreach ($a_show_cols as $col)
    $table->add_header($col, Q(rcube_label($col)));