Index: geouser.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/geouser/geouser.module,v retrieving revision 1.24 diff -u -r1.24 geouser.module --- geouser.module 26 Feb 2009 07:08:35 -0000 1.24 +++ geouser.module 23 Oct 2009 22:43:52 -0000 @@ -210,4 +212,11 @@ function geouser_perm(){ return array('view geographic information', 'view GeoUser List'); -} \ No newline at end of file +} + +/** + * Implementation of hook_views_api(). + */ +function geouser_views_api() { + return array('api' => 2.0); +}