owner); if ($logged_in_user->id == $owner->id){ $ret = $thread->update("status=".THREAD_SOLVED); if (!$ret){ error_page("Could not update the status of the thread: ".$thread->id); } } else { error_page("You must be the owner of the thread to do this"); } // -------------- page_head("Status of the thread"); echo "
The status has been updated. Thank you!
"; echo ""; page_tail(); ?>