On the General tab, there is a Yes/No toggle for "Record and send users IP?" Setting this to No seems to have no effect. The emails sent always have the IP.
Forums
Send IP Toggle Doesn't Work
Hi,
Looks like a little bug to me, the form either returns 'Yes' or 'No' and both of these are equivalent to 'true' in
Bob<br><br>Post edited by: GreyHead, at: 2007/06/05 16:34
Looks like a little bug to me, the form either returns 'Yes' or 'No' and both of these are equivalent to 'true' in
if ( $paramsvalues->recip ) {
changing this to if ( $paramsvalues->recip == "Yes" ) {
in chronocontact.php should do the trick (though a checkbox on the admin form might be a better fix).
Bob<br><br>Post edited by: GreyHead, at: 2007/06/05 16:34
Oh yes, Good catch dmwalk, Thanks Bob!!
Max
Max
This topic is locked and no more replies can be posted.