|
Nope I can not break it. Did you do the fix Michael posted above?
The email is using the variable $getuserid (emails.php, line 27); so we might need to change line 298 in reviews.php to use $getuserid instead of $tuserid:
list( $getuserid, $usernm, $useremail ) = get_userinfo("", $notify_user);
|