From 61d6b9d6122d4488ee66e5fb44a0607f61fb7bb8 Mon Sep 17 00:00:00 2001 From: Bruce Allen Date: Wed, 11 May 2005 12:30:39 +0000 Subject: [PATCH] Fixed another typo that's been in this file for some time now. svn path=/trunk/boinc/; revision=6125 --- html/inc/util.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/inc/util.inc b/html/inc/util.inc index 4a07099bba..0587d814d1 100644 --- a/html/inc/util.inc +++ b/html/inc/util.inc @@ -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;