Skip to content

Commit

Permalink
updated cod_community to be back "on"
Browse files Browse the repository at this point in the history
  • Loading branch information
Shawn P. Duncan committed Dec 2, 2011
1 parent 8677fa7 commit 8bd1497
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
Expand Up @@ -18,7 +18,7 @@ function cod_community_menu_default_menu_links() {
),
),
'module' => 'system',
'hidden' => '1',
'hidden' => '0',
'external' => '0',
'has_children' => '1',
'expanded' => '0',
Expand Down
Expand Up @@ -11,10 +11,9 @@ function cod_community_views_default_views() {
$view->name = 'attendees';
$view->description = 'View of users that have signed up and are attendees';
$view->tag = '';
$view->view_php = '';
$view->base_table = 'users';
$view->is_cacheable = FALSE;
$view->api_version = 2;
$view->core = 0;
$view->api_version = '2';
$view->disabled = FALSE; /* Edit this to true to make a default view disabled initially */
$handler = $view->new_display('default', 'Defaults', 'default');
$handler->override_option('relationships', array(
Expand Down Expand Up @@ -343,7 +342,7 @@ function cod_community_views_default_views() {
'uid' => array(
'operator' => 'not in',
'value' => array(
'0' => 0,
0 => 0,
),
'group' => '0',
'exposed' => FALSE,
Expand Down

0 comments on commit 8bd1497

Please sign in to comment.