From b3f6d0374c4171ac050ddfe45dd900d6ea7aa4a6 Mon Sep 17 00:00:00 2001 From: Andrew McMillan Date: Fri, 8 May 2009 21:02:37 +1200 Subject: [PATCH] [Session] This isn't just a WRMS library any longer... --- inc/Session.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/Session.php b/inc/Session.php index 0625cad..65e706c 100644 --- a/inc/Session.php +++ b/inc/Session.php @@ -650,7 +650,7 @@ EOTEXT; $usernames = ""; if ( isset($c->debug_email) ) { $debug_to = "This e-mail would normally be sent to:\n "; - $mail->AddTo( "WRMS Tester <$c->debug_email>" ); + $mail->AddTo( "Tester <$c->debug_email>" ); } while ( $row = $qry->Fetch() ) { $sql .= "INSERT INTO tmp_password ( user_no, password) VALUES( $row->user_no, '$tmp_passwd');"; -- 2.11.4.GIT