Compare commits
No commits in common. "bce4268a70044926f73137f7287063b5fd22971e" and "6174c5454eec39b258b6856494135be92826ac9d" have entirely different histories.
bce4268a70
...
6174c5454e
|
@ -411,7 +411,7 @@ final class MD_STD_IN {
|
|||
}
|
||||
|
||||
// Remove hyphens
|
||||
$input = trim(strtr($input, ["-" => "", "–" => "", '—' => '', " " => ""]));
|
||||
$input = trim(strtr($input, ["-" => "", "–" => "", '—' => '']));
|
||||
|
||||
// ISBN 10
|
||||
if (\mb_strlen($input) === 10) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user