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

cjordan at cct.lsu.edu cjordan at cct.lsu.edu
Mon Jul 26 13:20:13 CDT 2010


User: cjordan
Date: 2010/07/26 01:20 PM

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

Log:
 corrected a typo

File Changes:

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

File [modified]: send-registration.php
Delta lines: +2 -2
===================================================================
--- about/members/send-registration.php	2010-07-25 20:54:00 UTC (rev 318)
+++ about/members/send-registration.php	2010-07-26 18:20:13 UTC (rev 319)
@@ -17,7 +17,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 mainatiners: \n\n".$name." from ".$institution." 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." from ".$institution." 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 ($name == '') {
@@ -41,4 +41,4 @@
 
 <br /><br />
 
-<?php include_once($_SERVER['DOCUMENT_ROOT'].'/global/footer.php');?>
\ No newline at end of file
+<?php include_once($_SERVER['DOCUMENT_ROOT'].'/global/footer.php');?>



More information about the Commits mailing list