Fixed a logic check

svn path=/trunk/; revision=394
This commit is contained in:
Baris Cicek 2007-03-02 20:17:51 +00:00
parent 731b9a0f9b
commit 918cd0050e

View file

@ -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.";
} }