diff --git a/drupal/sites/all/features/work_and_host_stats/work_and_host_stats.views_default.inc b/drupal/sites/all/features/work_and_host_stats/work_and_host_stats.views_default.inc index 216e71b8be..ca6ff0b3f0 100644 --- a/drupal/sites/all/features/work_and_host_stats/work_and_host_stats.views_default.inc +++ b/drupal/sites/all/features/work_and_host_stats/work_and_host_stats.views_default.inc @@ -4251,8 +4251,10 @@ Cross-project stats: 'text' => '', 'make_link' => 0, 'path' => '', + 'absolute' => 0, 'link_class' => '', 'alt' => '', + 'rel' => '', 'prefix' => '', 'suffix' => '', 'target' => '', @@ -4267,9 +4269,10 @@ Cross-project stats: 'empty' => '', 'hide_empty' => 0, 'empty_zero' => 0, + 'hide_alter_empty' => 1, 'date_format' => 'custom', 'custom_date_format' => 'j M Y G:i:s T', - 'exclude' => 0, + 'exclude' => 1, 'id' => 'rpc_time', 'table' => 'host', 'field' => 'rpc_time', @@ -4282,8 +4285,10 @@ Cross-project stats: 'text' => '', 'make_link' => 0, 'path' => '', + 'absolute' => 0, 'link_class' => '', 'alt' => '', + 'rel' => '', 'prefix' => '', 'suffix' => '', 'target' => '', @@ -4298,11 +4303,12 @@ Cross-project stats: 'empty' => '', 'hide_empty' => 0, 'empty_zero' => 0, - 'value' => 'host_rpc_time); + 'hide_alter_empty' => 1, + 'value' => 'host_rpc_time); ?>', - 'exclude' => 1, + 'exclude' => 0, 'id' => 'phpcode_2', 'table' => 'customfield', 'field' => 'phpcode',