You are here

function isbn_validate_8 in ISBN Field 6

File

./isbn.module, line 69
Defines ISBN field types.

Code

function isbn_validate_8($number) {
  return array(
    'valid' => ISN_checksum_OK($number, ISSN_8_DIGIT),
  );
}