Thomas Bruederli
2013-05-03 517dae3e74e39aceabaf2c5da330849a21e82d81
program/include/rcmail.php
@@ -1167,7 +1167,7 @@
     */
    public function table_output($attrib, $table_data, $a_show_cols, $id_col)
    {
        $table = new html_table(/*array('cols' => count($a_show_cols))*/);
        $table = new html_table($attrib);
        // add table header
        if (!$attrib['noheader']) {