You are here

function config_perms_update_6200 in Custom Permissions 6.2

File

./config_perms.install, line 113
Installation file

Code

function config_perms_update_6200() {
  $ret = array();
  $schema = config_perms_schema();
  db_create_table($ret, 'config_perms', $schema['config_perms']);
  _config_perms_install_data();
  cache_clear_all('config_perms', 'cache');
  return $ret;
}