I have a small question. In my member.php file, it has " " instead of ' '. Does that matter? This:
Quote:
$templatesused = 'redirect_updatethanks,error_fieldmissing,error_em ailmismatch,error_emailtaken,error_fieldmissing,er ror_requiredfieldmissing,error_birthdayfield';
|
is this:
Quote:
$templatesused = "redirect_updatethanks,error_fieldmissing,error_em ailmismatch,error_emailtaken,error_fieldmissing,er ror_requiredfieldmissing,error_birthdayfield";
|
Should I change it to what's in the hack?