You are here

function oa_users_update_7001 in Open Atrium Core 7.2

Ensure user dashboard is panelized.

File

modules/oa_users/oa_users.install, line 43
Install, update and uninstall functions for the oa_user module.

Code

function oa_users_update_7001() {
  oa_users_enable_pages();
}