You are here

function domain_update_7312 in Domain Access 7.3

Removes deprecated setting 'domain_form_elements'.

File

./domain.install, line 451
Install file.

Code

function domain_update_7312(&$sandbox) {
  variable_del('domain_form_elements');
}