I have a small question. In my member.php file, it has " " instead of ' '. Does that matter? This:
$templatesused = 'redirect_updatethanks,error_fieldmissing,error_emailmismatch,error_emailtaken,e rror_fieldmissing,error_requiredfieldmissing,error_birthdayfield';
is this:
$templatesused = "redirect_updatethanks,error_fieldmissing,error_emailmismatch,error_emailtaken,e rror_fieldmissing,error_requiredfieldmissing,error_birthdayfield";
Should I change it to what's in the hack?
No members have liked this post.