From 03d6cd5ba13a0aac918734c1f797df4f149d9194 Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Wed, 29 Apr 2009 21:34:16 -0700 Subject: CLEANUP: all email now uses the standard header and footer some email functions didn't use myemail, but used sendmail directly. This is now fixed and all emails should have the same header and footer. --- include/user.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/user.php') diff --git a/include/user.php b/include/user.php index 0273183..bac4398 100644 --- a/include/user.php +++ b/include/user.php @@ -54,8 +54,8 @@ if(myisset("forgot")) "to log into the server. The new password is valid for 24h, so make\n". "sure you reset your password to something new. Your old password will\n". "also still be valid until you set a new one.\n"; - $subject = $EmailName.' Recovery'; - sendmail($email,$subject,$message); + $subject = 'Recovery'; + mymail($myid,$subject,$message); /* we save these in the database */ DB_set_recovery_password($myid,md5($newpw)); -- cgit v1.2.3-18-g5258