[gnome-web-www] No need for this anymore since we've moved the 'yes' / 'no' to a checkbox.



commit 2de92248f1067dec2797de379e8332550bf9f16d
Author: Andrea Veri <av gnome org>
Date:   Fri Apr 26 14:59:56 2013 +0200

    No need for this anymore since we've moved the 'yes' / 'no' to a checkbox.

 theme/page-apply.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/theme/page-apply.php b/theme/page-apply.php
index 6d15d85..5b06268 100644
--- a/theme/page-apply.php
+++ b/theme/page-apply.php
@@ -21,7 +21,7 @@ if (array_key_exists('submit', $_POST)) {
     $gnome_jabber = trim(stripslashes($_POST['gnome_jabber']));
     $previous_participation = trim(stripslashes($_POST['previous_participation']));
     
-    if (empty($full_name) || empty($email) || empty($summary) || empty($gnome_mail_alias) || 
empty($gnome_jabber)) {
+    if (empty($full_name) || empty($email) || empty($summary)) {
         $errors = true;
     }
     


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]