You are here

function w3c_validator_update_6100 in W3C Validator 6

File

./w3c_validator.install, line 61

Code

function w3c_validator_update_6100() {
  $ret = array();
  $table = drupal_get_schema('validator_access_tokens');
  db_create_table($ret, 'validator_access_tokens', $table);
  return $ret;
}