function system_update_8042

Enable the new Entity module.

Related topics

File

drupal/core/modules/system/system.install, line 1859
Install, update and uninstall functions for the system module.

Code

function system_update_8042() {
  module_enable(array(
    'entity',
  ));
}