[Commits] [svn:einsteintoolkit] www/info/documentation/ (Rev. 93)
cjordan at cct.lsu.edu
cjordan at cct.lsu.edu
Sun Mar 21 19:25:50 CDT 2010
User: cjordan
Date: 2010/03/21 07:25 PM
Modified:
/info/documentation/
send-account.php
Log:
modifying email notification string
File Changes:
Directory: /info/documentation/
===============================
File [modified]: send-account.php
Delta lines: +1 -1
===================================================================
--- info/documentation/send-account.php 2010-03-22 00:21:45 UTC (rev 92)
+++ info/documentation/send-account.php 2010-03-22 00:25:50 UTC (rev 93)
@@ -17,7 +17,7 @@
}
-$message = "Einstein Toolkit maintainers: \n\n".$name." a(n) ".$position." in the ".$department." at ".$institution." has submitted a request for a test account for the Einstein Toolkit. His or her email address is ".$email.". ".$mentionadvisor." \n\n Thanks,\n Einstein Toolkit Request Bot\n";
+$message = "Einstein Toolkit maintainers: \n\n".$name.", a(n) ".$position." in the ".$department." Department at ".$institution.", has submitted a request for a test account for the Einstein Toolkit. His or her email address is ".$email.". ".$mentionadvisor." \n\n Thanks,\n Einstein Toolkit Request 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 ($name == '') {
More information about the Commits
mailing list