[llvm-commits] CVS: llvm-www/devmtg/register.php

Tanya Lattner tonic at nondot.org
Thu Jul 9 11:18:50 PDT 2009



Changes in directory llvm-www/devmtg:

register.php updated: 1.6 -> 1.7
---
Log message:

Updating mail addr.


---
Diffs of the changes:  (+2 -2)

 register.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Index: llvm-www/devmtg/register.php
diff -u llvm-www/devmtg/register.php:1.6 llvm-www/devmtg/register.php:1.7
--- llvm-www/devmtg/register.php:1.6	Thu Jul  9 12:54:18 2009
+++ llvm-www/devmtg/register.php	Thu Jul  9 13:18:34 2009
@@ -10,7 +10,7 @@
 
 function notify() {
 
-$to = "llvm-devmtg08-admin at nondot.org";
+$to = "llvm-devmtg-admin at nondot.org";
 $subject = "LLVM Dev Meeting Registration";
 
 $body = '<html><body>';
@@ -76,7 +76,7 @@
 
   $sql = "INSERT into attendees (lastName, firstName, organization, email, location, attendBefore, fridayDinner, mealVeg, comments) VALUES('$_POST[last]', '$_POST[first]', '$_POST[org]', '$_POST[email]', '$_POST[location]','$attend', '$friday', '$meal', '$_POST[comments]')";
   mysql_query($sql) or die(mysql_error());
-print 'Congratulations! You are now registered for the 2008 LLVM Developers\' Meeting.<p>Please sign up for the <a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvm-devmeeting">LLVM Developers\' Meeting mailing list</a> to receive announcements about the event.</p>';
+print 'Congratulations! You are now registered for the 2009 LLVM Developers\' Meeting.<p>Please sign up for the <a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvm-devmeeting">LLVM Developers\' Meeting mailing list</a> to receive announcements about the event.</p>';
  notify(); 
 }
 






More information about the llvm-commits mailing list