//190ShowTime
// show event start/end times in the calendar and/or print views?
$_prefs['show_time'] = array(
    'value' => 'a:1:\{i:0;s:5:"print";\}',
    'locked' => false,
    'shared' => false,
    'type' => 'multienum',
    'enum' => array('screen' => _("Month, Week, and Day Views"),
                     'print' => _("Print Views"),
     ),
    'desc' => _("Choose the views to show event start and end times in:"),
);

