diff forum/Sources/Subs-Members.php @ 77:b31c38a09c41 website

Add justification text in registration
author Chris Cannam
date Sun, 07 Jul 2013 11:57:22 +0200
parents e3e11437ecea
children
line wrap: on
line diff
--- a/forum/Sources/Subs-Members.php	Sun Jul 07 11:25:48 2013 +0200
+++ b/forum/Sources/Subs-Members.php	Sun Jul 07 11:57:22 2013 +0200
@@ -885,7 +885,7 @@
 		sendmail($regOptions['email'], $emaildata['subject'], $emaildata['body'], null, null, false, 0);
 
 		// Admin gets informed here...
-		adminNotify('approval', $memberID, $regOptions['username']);
+		adminNotify('approval', $memberID, $regOptions['username'], $regOptions['justify']);
 	}
 
 	// Okay, they're for sure registered... make sure the session is aware of this for security. (Just married :P!)
@@ -1389,4 +1389,4 @@
 	return substr(preg_replace('/\W/', '', sha1(microtime() . mt_rand() . $dbRand . $modSettings['rand_seed'])), 0, 10);
 }
 
-?>
\ No newline at end of file
+?>