mirror of https://github.com/BOINC/boinc.git
Fixed another typo that's been in this file for some time now.
svn path=/trunk/boinc/; revision=6125
This commit is contained in:
parent
2e02ac23be
commit
61d6b9d612
|
@ -482,7 +482,7 @@ function get_venue($name) {
|
||||||
|
|
||||||
function post_str($name, $optional=false) {
|
function post_str($name, $optional=false) {
|
||||||
$x = $_POST[$name];
|
$x = $_POST[$name];
|
||||||
if (!$x && !optional) {
|
if (!$x && !$optional) {
|
||||||
error_page("missing or bad parameter: $name");
|
error_page("missing or bad parameter: $name");
|
||||||
}
|
}
|
||||||
return $x;
|
return $x;
|
||||||
|
|
Loading…
Reference in New Issue