userid != $user->id) { error_page("Not your host"); } $retval = $host->update("venue='$venue'"); 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(); } ?>