librefm-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Librefm-commits] [1185] one more profile deletion fix


From: Clint Adams
Subject: [Librefm-commits] [1185] one more profile deletion fix
Date: Mon, 04 May 2009 12:16:17 +0000

Revision: 1185
          http://svn.sv.gnu.org/viewvc/?view=rev&root=librefm&revision=1185
Author:   clint
Date:     2009-05-04 12:16:17 +0000 (Mon, 04 May 2009)
Log Message:
-----------
one more profile deletion fix

Modified Paths:
--------------
    trunk/nixtape/delete-profile.php

Modified: trunk/nixtape/delete-profile.php
===================================================================
--- trunk/nixtape/delete-profile.php    2009-05-04 02:28:21 UTC (rev 1184)
+++ trunk/nixtape/delete-profile.php    2009-05-04 12:16:17 UTC (rev 1185)
@@ -59,7 +59,7 @@
        $content = "Hi!\n\nSomeone from the IP address 
".$_SERVER['REMOTE_ADDR']." requested account deletion @ libre.fm.  To remove 
this account click: \n\n".$url."\n\n- The Libre.fm Team";
        $headers = 'From: Libre.fm <address@hidden>';
        $subject = 'Libre.fm Account Delete Request - Action needed!';
-       mail($email, $subject, $text, $headers);
+       mail($email, $subject, $content, $headers);
        $smarty->display('delete-profile.tpl');
 }
 ?>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]