Update of /cvsroot/phpwebapp/top10/templates/preference_list
In directory sc8-pr-cvs1:/tmp/cvs-serv3883/templates/preference_list
Modified Files:
preference_list.php
Log Message:
Index: preference_list.php
===================================================================
RCS file: /cvsroot/phpwebapp/top10/templates/preference_list/preference_list.php,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** preference_list.php 23 Sep 2003 14:04:15 -0000 1.1.1.1
--- preference_list.php 25 Sep 2003 06:51:26 -0000 1.2
***************
*** 84,88 ****
//send a confirmation request e-mail
$username = WebApp::getSVar("username");
! $to = "dasho"; //$username."@users.sourceforge.net";
$subject = "Top10: Confirmation Required";
$message = $this->get_message_body($request_id);
--- 84,88 ----
//send a confirmation request e-mail
$username = WebApp::getSVar("username");
! $to = $username."@users.sourceforge.net";
$subject = "Top10: Confirmation Required";
$message = $this->get_message_body($request_id);
|