Skip to content

Commit

Permalink
Untitled books aren't skipped, they are named "Untitled".
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashod committed Nov 17, 2012
1 parent 24a4630 commit 2e7e05a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion amazon.php
Expand Up @@ -270,7 +270,7 @@ function hmac($key, $data, $hashfunc='sha256')
$title = get_attribute_cdata($edition->ItemAttributes->Title);
if (empty($title))
{
continue;
$title = __('Untitled', NRTD);
}

$author = get_attribute_cdata($edition->ItemAttributes->Author);
Expand Down

0 comments on commit 2e7e05a

Please sign in to comment.