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