|
I was in Dallas, Texas for the Viper Owners convention; so was out for four days.
In looking at the code, if reviews.php is called with notify set to "on", it will insert a record into the notify table without checking to see if a record already exists. This would suggest that the reviews.php script is possibly executing this code (do you get an "enabled" message, because it would forward if it did).
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);
__________________ Please do not PM me for support or sales questions. Thank you for your understanding. |