[llvm-commits] [www] r138092 - /www/trunk/devmtg/students.php

Tanya Lattner tonic at nondot.org
Fri Aug 19 14:47:32 PDT 2011


Author: tbrethou
Date: Fri Aug 19 16:47:32 2011
New Revision: 138092

URL: http://llvm.org/viewvc/llvm-project?rev=138092&view=rev
Log:
Update form.

Modified:
    www/trunk/devmtg/students.php

Modified: www/trunk/devmtg/students.php
URL: http://llvm.org/viewvc/llvm-project/www/trunk/devmtg/students.php?rev=138092&r1=138091&r2=138092&view=diff
==============================================================================
--- www/trunk/devmtg/students.php (original)
+++ www/trunk/devmtg/students.php Fri Aug 19 16:47:32 2011
@@ -10,8 +10,8 @@
 
 function notify() {
 
-$to = "lattner at apple.com";
-$subject = "LLVM Dev Meeting Student & Active Contributor Funding Request";
+$to = "lattner at apple.com,clattner at apple.com,dkipping at qualcomm.com";
+$subject = "LLVM Dev Meeting Student, Presenter, and Active Contributor Funding Request";
 
 $body = '<html><body>';
 
@@ -44,7 +44,7 @@
 
 $body .= '</body></html>';
 
-$headers = 'From: tonic at nondot.org' . "\r\n";
+$headers = 'From: lattner at apple.com' . "\r\n";
 $headers .= 'Content-Type: text/html; charset="iso-8859-1"'."\n";
 mail($to, $subject, $body, $headers);
 
@@ -243,10 +243,7 @@
 ?>
 
 <div class="www_sectiontitle">LLVM Developers' Meeting - Student & Active Contributor Funding Request</div>
-
-<p>The deadline has passed.</p> 
 <?
-exit();
 
 if (isset($_POST['verify'])) {
   $formErrors = validateForm($_POST);





More information about the llvm-commits mailing list