domain_domainignore()Implement hook_domainignore().
./domain.module, line 2308
<?php
function domain_domainignore() {
// In Drupal 6, the update script behaves differently than D5, so we ignore it.
return array('update_script_selection_form');
}
?>