Corrected syntax errors/typos

svn path=/trunk/boinc/; revision=14099
This commit is contained in:
Matt Lebofsky 2007-11-06 21:18:27 +00:00
parent 71de03e6de
commit aaad2cbc70
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ if ($host->userid != $user->id) {
error_page("Not your host");
}
$retva = $host->update("venue='$venue');
$retval = $host->update("venue='$venue'");
if ($retval) {
page_head("Host venue updated");
if ($venue == '') {