Fixed a logic check
svn path=/trunk/; revision=394
This commit is contained in:
parent
731b9a0f9b
commit
918cd0050e
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@
|
||||||
$bad_elements[] = "details";
|
$bad_elements[] = "details";
|
||||||
$errors[] = "Please enter a more detailed description of your contributions.";
|
$errors[] = "Please enter a more detailed description of your contributions.";
|
||||||
}
|
}
|
||||||
if ((!$contacts || $contacts == "") && $pointers != "") {
|
if ((!$contacts || $contacts == "") && $pointers == "") {
|
||||||
$bad_elements[] = "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.";
|
$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.";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue