[foundation-web] Removing an extra parenthesis that was causing a php error.
- From: Andrea Veri <av src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [foundation-web] Removing an extra parenthesis that was causing a php error.
- Date: Sun, 16 Jan 2011 23:02:09 +0000 (UTC)
commit d990ec418d290d04953716f1b4d0adaae99f8807
Author: Andrea Veri <av src gnome org>
Date: Sun Jan 16 23:59:14 2011 +0100
Removing an extra parenthesis that was causing a php error.
foundation.gnome.org/membership/application.wml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/foundation.gnome.org/membership/application.wml b/foundation.gnome.org/membership/application.wml
index e1b608e..9b81b4f 100755
--- a/foundation.gnome.org/membership/application.wml
+++ b/foundation.gnome.org/membership/application.wml
@@ -48,7 +48,7 @@
$bad_elements[] = "summary";
$errors[] = "Please enter a list of areas of GNOME to which you have made a non-trivial contribution.";
}
- if ((!$contacts || $contacts == "") {
+ if (!$contacts || $contacts == "") {
$bad_elements[] = "contacts";
$errors[] = "Please enter a list of individuals with their e-mails who can confirm your contributions or indicate us how the Membership Committee can verify your contributions.";
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]