<?php
/**
* Implementation of hook_views_default_views().
*/
function boinc_standard_views_default_views() {
$views = array();
return $views;
}