[gnome-web-www] Someone should be free to not specify an alias or a jabber account, thus stop reporting an error in



commit 5204399a83687396d3948df4b8422d5518a7d89e
Author: Andrea Veri <av gnome org>
Date:   Sat Apr 27 16:50:52 2013 +0200

    Someone should be free to not specify an alias or a jabber account, thus stop reporting an error in those 
cases.

 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 8b3d193..f61f2d2 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]