function openatrium_update_7007 in Open Atrium 7.2
Enable panels_customerror.
File
- ./
openatrium.install, line 293 - Perform actions to set up the site for this profile.
Code
function openatrium_update_7007() {
$enable = array(
'panels_customerror',
);
module_enable($enable);
}