[llvm-commits] [www] r112639 - /www/trunk/devmtg/students.php
Tanya Lattner
tonic at nondot.org
Tue Aug 31 14:04:30 PDT 2010
Author: tbrethou
Date: Tue Aug 31 16:04:30 2010
New Revision: 112639
URL: http://llvm.org/viewvc/llvm-project?rev=112639&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=112639&r1=112638&r2=112639&view=diff
==============================================================================
--- www/trunk/devmtg/students.php (original)
+++ www/trunk/devmtg/students.php Tue Aug 31 16:04:30 2010
@@ -245,13 +245,9 @@
<div class="www_sectiontitle">LLVM Developers' Meeting - Student & Active Contributor Funding Request</div>
-<b>Student Funding is closed for this year. </b>
-
-<? exit; ?>
-
<?
-if (array_key_exists('verify', $_POST)) {
+if (isset($_POST['verify'])) {
$formErrors = validateForm($_POST);
if(!empty($formErrors)) {
showForm($formErrors);
@@ -262,7 +258,7 @@
}
else {
- showForm();
+ showForm('');
}
?>
More information about the llvm-commits
mailing list