[llvm-commits] [www] r112641 - /www/trunk/devmtg/students.php
Tanya Lattner
tonic at nondot.org
Tue Aug 31 14:08:25 PDT 2010
Author: tbrethou
Date: Tue Aug 31 16:08:25 2010
New Revision: 112641
URL: http://llvm.org/viewvc/llvm-project?rev=112641&view=rev
Log:
Update
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=112641&r1=112640&r2=112641&view=diff
==============================================================================
--- www/trunk/devmtg/students.php (original)
+++ www/trunk/devmtg/students.php Tue Aug 31 16:08:25 2010
@@ -1,5 +1,5 @@
-<?
-
+ <?
+
// Database details.
include("connectDB.php");
@@ -10,8 +10,7 @@
function notify() {
-$to = "llvm-devmtg-admin at nondot.org";
-//$to = "tonic at nondot.org";
+$to = "lattner at apple.com";
$subject = "LLVM Dev Meeting Student & Active Contributor Funding Request";
$body = '<html><body>';
@@ -244,7 +243,7 @@
?>
<div class="www_sectiontitle">LLVM Developers' Meeting - Student & Active Contributor Funding Request</div>
-
+
<?
if (isset($_POST['verify'])) {
More information about the llvm-commits
mailing list