[Commits] [svn:einsteintoolkit] www/info/documentation/ (Rev. 321)
cjordan at cct.lsu.edu
cjordan at cct.lsu.edu
Wed Aug 4 16:49:13 CDT 2010
User: cjordan
Date: 2010/08/04 04:49 PM
Modified:
/info/documentation/
send-account.php
Log:
removed redundant space and debugging print
File Changes:
Directory: /info/documentation/
===============================
File [modified]: send-account.php
Delta lines: +1 -3
===================================================================
--- info/documentation/send-account.php 2010-08-04 21:33:02 UTC (rev 320)
+++ info/documentation/send-account.php 2010-08-04 21:49:13 UTC (rev 321)
@@ -32,10 +32,8 @@
$institution = 'at '.$institution.', ';
}
-$message = "Einstein Toolkit maintainers: \n\n".$name.", ".$position." ".$department.$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.", ".$position.$department.$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";
-echo $message;
-
/* 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)) {
echo '<h4>Please fill in your name.</h4>';
More information about the Commits
mailing list