//160ShowExternal
$_show_external = array();
if ($GLOBALS['registry']->hasMethod('getListTypes', 'whups')) \{
    $_show_external['whups'] = $GLOBALS['registry']->get('name', 'whups');
\}
if (count($_show_external)) \{
    $prefGroups['external'] = array(
        'column'  => _("Task List and Share Options"),
        'label'   => _("External Data"),
        'desc'    => _("Show data from other applications or sources."),
        'members' => array('show_external'),
    );
\}

