|
Well look at emails.php which is the email in question. This is the email your getting and its only triggered in reviews.php when a user posts a review. You get the actual review posted. $message is the actual review. seems to me a user is continually posting trying to get your attention
$Globals['pp_lang']['eadmreply'] = "{$User['username']} has posted a reply about the following product:
\"{$gettitle}\" - {$Globals['maindir']}/showproduct.php?product={$product}
{$message}";
$Globals['pp_lang']['eadmrsub'] = "New Reply to {$gettitle} at {$Globals['webname']}";
|