You are here

function domain_update_8003 in Domain Access 8

Ensure that the update to block visibility was applied properly.

File

domain/domain.install, line 89
Install, update and uninstall functions for the Domain Access module.

Code

function domain_update_8003() {
  domain_update_8002();
}