function farm_update_7030 in farmOS 7
Enable the Drupal Help module for inline help text.
File
- ./
farm.install, line 696 - farmOS install file.
Code
function farm_update_7030(&$sandbox) {
_farm_update_enable_modules(array(
'help',
));
}
Enable the Drupal Help module for inline help text.
function farm_update_7030(&$sandbox) {
_farm_update_enable_modules(array(
'help',
));
}