From 28f7ad7026a864479feb92007315a22096c9e6d2 Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Mon, 3 Dec 2007 05:53:50 +0000 Subject: broke some stuff, fixed some stuff... commiting before I turn of this box --- lib/class/registration.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/class/registration.class.php') diff --git a/lib/class/registration.class.php b/lib/class/registration.class.php index 7b964b7f..7b3f344c 100644 --- a/lib/class/registration.class.php +++ b/lib/class/registration.class.php @@ -59,7 +59,7 @@ class Registration { // Check to see if the admin should be notified if (Config::get('admin_notify_reg')) { $body = "A new user has registered\n\n" . - "The following values were entered.\n\n" + "The following values were entered.\n\n" . "Username:$username\nFullname:$fullname\nE-mail:$mail\n\n"; mail(Config::get('mail_from'),$subject,$body,$headers); } -- cgit