*** empty log message ***

svn path=/trunk/boinc/; revision=6020
This commit is contained in:
David Anderson 2005-05-04 08:07:20 +00:00
parent c88324962d
commit 3d05c8b499
1 changed files with 1 additions and 2 deletions

View File

@ -60,12 +60,11 @@ if (!empty($_POST['content'])) {
}
if (get_int('post')) {
if (get_int('post', true)) {
$post = getPost(get_int('post'));
}
// TODO: Write a function for this.
if ($helpdesk) {
page_head('Questions and answers');