? .DS_Store
? finduser.patch
Index: finduser.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/finduser/finduser.module,v
retrieving revision 1.1.2.2
diff -r1.1.2.2 finduser.module
12a13,22
> /**
>  * Implementation of hook_perm
>  * 
>  * Valid permissions for this module
>  * @return array An array of valid permissions for the finduser module
>  */
> function finduser_perm() {
>   return array('allow finduser search');
> } // function og_forum_perm()
> 
28c38
<       'access' => user_access('access user profiles'),
---
>       'access' => user_access('allow finduser search'),
