3); } elseif ($module == "spaces" && $api == "spaces") { return array("version" => 3); } elseif ($module == "strongarm" && $api == "strongarm") { return array("version" => 1); } } /** * Implementation of hook_views_api(). */ function atrium_members_views_api() { return array( 'api' => '2', ); }