You are here

function w3c_validator_install in W3C Validator 6

Implementation of hook_install().

File

./w3c_validator.install, line 6

Code

function w3c_validator_install() {
  drupal_install_schema('w3c_validator');
}