[llvm-commits] [www] r162128 - /www/trunk/devmtg/talk.php

Tanya Lattner tonic at nondot.org
Fri Aug 17 13:55:00 PDT 2012


Author: tbrethou
Date: Fri Aug 17 15:54:59 2012
New Revision: 162128

URL: http://llvm.org/viewvc/llvm-project?rev=162128&view=rev
Log:
Fixup submission message.

Modified:
    www/trunk/devmtg/talk.php

Modified: www/trunk/devmtg/talk.php
URL: http://llvm.org/viewvc/llvm-project/www/trunk/devmtg/talk.php?rev=162128&r1=162127&r2=162128&view=diff
==============================================================================
--- www/trunk/devmtg/talk.php (original)
+++ www/trunk/devmtg/talk.php Fri Aug 17 15:54:59 2012
@@ -71,7 +71,7 @@
   array_walk($_POST, 'my_escape_string');
   $sql = "INSERT into presenters (lastName, firstName, organization, email, phone, title, summary, minLength, maxLength,talkType) VALUES('$_POST[last]', '$_POST[first]', '$_POST[org]', '$_POST[email]', '$_POST[phone]', '$_POST[title]', '$_POST[summary]','$_POST[min]', '$_POST[max]', '$_POST[talkType]')";
   mysql_query($sql) or die(mysql_error());
-print 'Congratulations! Your talk proposal for the LLVM Developers\' Meeting has been submitted. We will contact you once the agenda has been finalized. <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><p>If you need funding support to present, please apply <a href="http://www.llvm.org/devmtg/sponsor.php">here</a> for sponsorship.';
+print 'Congratulations! Your talk proposal for the LLVM Developers\' Meeting has been submitted. We will contact you once the agenda has been finalized (~October 17, 2012). <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