- user web: bug fix

svn path=/trunk/boinc/; revision=23028
This commit is contained in:
David Anderson 2011-02-14 17:55:58 +00:00
parent 4b8e5855eb
commit 4b9ef1e012
2 changed files with 6 additions and 1 deletions

View File

@ -714,3 +714,8 @@ David 13 Feb 2011
- user web: bug fix
html/user/
forum_banishment_vote_action.php
David 14 Feb 2011
- user web: bug fix
html/user/
pm.php

View File

@ -22,7 +22,7 @@ require_once("../inc/pm.inc");
require_once("../inc/forum.inc");
require_once("../inc/akismet.inc");
check_get_args(array("replyto", "userid", "action", "sent", "id", "tnow", "ttok"));
check_get_args(array("replyto", "deleted", "userid", "action", "sent", "id", "tnow", "ttok"));
$replyto = get_int("replyto", true);
$userid = get_int("userid", true);