Hi Alex, no probs :)

I changed line 42 of "includes/modules/page/product_reviews/header_php.php" from:
Code:
if (zen_not_null($review->fields['products_model'])) {
    $products_name = $review->fields['products_name'] . '<br /><span class="smallText">[' . $review->fields['products_model'] . ']</span>';
  } else {
    $products_name = $review->fields['products_name'];
  }
to:

Code:
{
    $products_name = $review->fields['products_name'];
}
Just thought - should I have used an override for this instead?

ta,

Nick