
Kashif Hisam - 2008-04-21 18:27:13
In line 260, isset($this->gtin14), isset($this->isbn13) & isset($this->isbn10) always evaluates to TRUE, so the function will only work when given a gtin14 number. If isbn13 or isbn10 is given then function will fail. Maybe all isset() calls has to be removed from line 260