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

Marshall Clow mclow at qualcomm.com
Thu Sep 15 11:40:09 PDT 2011


Author: marshall
Date: Thu Sep 15 13:40:09 2011
New Revision: 139822

URL: http://llvm.org/viewvc/llvm-project?rev=139822&view=rev
Log:
fixed typo

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=139822&r1=139821&r2=139822&view=diff
==============================================================================
--- www/trunk/devmtg/talk.php (original)
+++ www/trunk/devmtg/talk.php Thu Sep 15 13:40:09 2011
@@ -67,7 +67,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 sponsorsip.';
+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.';
  notify();
 }
 





More information about the llvm-commits mailing list