Index: fivestar.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/fivestar/fivestar.module,v retrieving revision 1.13.2.59 diff -u -r1.13.2.59 fivestar.module --- fivestar.module 30 Jun 2009 23:18:35 -0000 1.13.2.59 +++ fivestar.module 30 Jun 2009 23:45:38 -0000 @@ -908,7 +908,7 @@ function fivestar_nodeapi(&$node, $op, $teaser, $page) { switch ($op) { case 'view': - if (!in_array($node->build_mode, array(NODE_BUILD_PREVIEW, NODE_BUILD_SEARCH_INDEX)) && !isset($node->modr8_form_teaser) && variable_get('fivestar_'. $node->type, 0)) { + if (!in_array($node->build_mode, array(NODE_BUILD_PREVIEW, NODE_BUILD_SEARCH_INDEX, NODE_BUILD_SEARCH_RESULT)) && !isset($node->modr8_form_teaser) && variable_get('fivestar_'. $node->type, 0)) { if ($teaser) { $position = variable_get('fivestar_position_teaser_'. $node->type, 'above'); }