//170Tasklist_Columns
// columns in the list view
$_prefs['tasklist_columns'] = array(
    'value' => 'a:3:\{i:0;s:8:"priority";i:1;s:3:"due";i:2;s:8:"category";\}',
    'locked' => false,
    'shared' => false,
    'type' => 'multienum',
    'enum' => array('tasklist' => _("Task List"),
                    'priority' => _("Priority"),  
                    'assignee' => _("Assignee"),
                    'due' => _("Due Date"),
                    'estimate' => _("Estimated Time"),
                    'category' => _("Category")),
    'desc' => _("Select the columns that should be shown in the list view:")
);

