[gnome-web-www] It was actually correct, didn't spot the missing (
- From: Andrea Veri <av src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-web-www] It was actually correct, didn't spot the missing (
- Date: Fri, 26 Apr 2013 11:29:11 +0000 (UTC)
commit 7301fc71168851b8fdb6e2054b1100674581874e
Author: Andrea Veri <av gnome org>
Date: Fri Apr 26 13:28:55 2013 +0200
It was actually correct, didn't spot the missing (
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 cc81c0f..f4abf8f 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)) {
+ if (empty($full_name) || empty($email) || empty($summary)) || empty($gnome_mail_alias) ||
empty($gnome_jabber)) {
$errors = true;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]