--- /Users/chellman/Sites/drupal/sites/all/modules/asin/asin.module 2007-10-09 00:03:25.000000000 -0500 +++ /Users/chellman/Desktop/asin.module 2008-01-12 17:14:47.000000000 -0600 @@ -203,7 +203,7 @@ function theme_asin_field($item, $format $output = l($image, $product->detailpageurl, array(), NULL, NULL, TRUE, TRUE); $output .= '

' . l($product->title, $product->detailpageurl) . '

'; if (!empty($product->author)) { - $output .= '

by '. is_array($product->author) ? check_plain(implode(', ', $asin->author)) : check_plain($asin->author) .'

'; + $output .= '

by '. is_array($product->author) ? check_plain(implode(', ', $product->author)) : check_plain($product->author) .'

'; } $output .= '

' . check_plain($product->formattedprice) . ' (' . check_plain($product->binding) . ')

'; $output .= '';