[Commits] [svn:einsteintoolkit] www/about/members/ (Rev. 773)

knarf at cct.lsu.edu knarf at cct.lsu.edu
Thu Jan 5 21:29:25 CST 2012


User: knarf
Date: 2012/01/05 09:29 PM

Modified:
 /about/members/
  send-registration.php

Log:
 insert space

File Changes:

Directory: /about/members/
==========================

File [modified]: send-registration.php
Delta lines: +1 -1
===================================================================
--- about/members/send-registration.php	2011-12-19 22:02:13 UTC (rev 772)
+++ about/members/send-registration.php	2012-01-06 03:29:25 UTC (rev 773)
@@ -24,7 +24,7 @@
 $addtolist = "This person's email address is ".$email."; however, this person does not wish to be added to the ET users mailing list.";
 }
 
-$message = "Einstein Toolkit maintainers: \n\n".$name.$frominstitution." has submitted a request to register with the Einstein Toolkit. ".$addtolist."\n\n Thanks,\n Einstein Toolkit Registration Bot\n";
+$message = "Einstein Toolkit maintainers: \n\n".$name." ".$frominstitution." has submitted a request to register with the Einstein Toolkit. ".$addtolist."\n\n Thanks,\n Einstein Toolkit Registration Bot\n";
 
 /* PHP form validation: the script checks that the Email field contains a valid email address and the Subject field isn't empty. preg_match performs a regular expression match. It's a very powerful PHP function to validate form fields and other strings - see PHP manual for details. */
 if (empty($name)) {



More information about the Commits mailing list