You are here

public function ISBNtest::get_gtin14 in Biblio Advanced Import 6

Same name and namespace in other branches
  1. 7 lib/isbntest.class.php \ISBNtest::get_gtin14()

File

lib/isbntest.class.php, line 330

Class

ISBNtest

Code

public function get_gtin14() {
  if ($this->gtin14 != FALSE) {
    return $this->gtin14;
  }
  else {
    $this->error = "No GTIN-14 value set or calculable";
    return FALSE;
  }
}