You are here

constant USER_DASHBOARD_PERM_VIEW_ALL in UserDashboard 7

1 use of USER_DASHBOARD_PERM_VIEW_ALL
_user_dashboard_access in ./user_dashboard.module
Checks whether the current user is allowed to access the dashboard.

File

./user_dashboard.module, line 10
The User Dashboard module forks Drupal 7's awesome Dashboard module to provide an individual dashboard for each user on the site.

Code

define('USER_DASHBOARD_PERM_VIEW_ALL', "view all users' dashboards");