Fixed another typo that's been in this file for some time now.

svn path=/trunk/boinc/; revision=6125
This commit is contained in:
Bruce Allen 2005-05-11 12:30:39 +00:00
parent 2e02ac23be
commit 61d6b9d612
1 changed files with 1 additions and 1 deletions

View File

@ -482,7 +482,7 @@ function get_venue($name) {
function post_str($name, $optional=false) {
$x = $_POST[$name];
if (!$x && !optional) {
if (!$x && !$optional) {
error_page("missing or bad parameter: $name");
}
return $x;