//195ShowLocation
// show event location in the calendar and/or print views?
$_prefs['show_location'] = 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 locations in:"),
);

