function eck_update_7012 in Entity Construction Kit (ECK) 7.3
Install the eck_permissions module.
File
- ./
eck.install, line 534 - ECK's requirements, schemas, and logic for install and uninstall.
Code
function eck_update_7012() {
module_enable(array(
"eck_permissions",
));
// And lets clear the cache.
drupal_flush_all_caches();
}