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"); if ($venue == '') { $venue = '(none)'; } echo " The venue of this host has been set to $venue.

This change will take effect the next time the host communicates with this project.

Return to host page. "; page_tail(); } else { db_error_page(); } ?>