userid != $user->id) { error_page("Not your host"); } $retval = mysql_query("update host set venue='$venue' where id = $hostid"); if ($retval) { page_head("Host venue updated"); echo " The venue of this host has been set to $venue.
This change will take effect the next time the host requests work from the server, or when you Update this project from the BOINC Manager on the host.
Return to host page. "; page_tail(); } else { db_error_page(); } ?>