From 256446517437e11c67796c16103aab7340df7e43 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Sun, 13 Feb 2011 23:49:28 +0000 Subject: [PATCH] - user web: bug fixes svn path=/trunk/boinc/; revision=23025 --- checkin_notes | 7 +++++++ html/user/add_venue.php | 2 -- html/user/forum_moderate_thread.php | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/checkin_notes b/checkin_notes index b2d24c1757..2a316b58fb 100644 --- a/checkin_notes +++ b/checkin_notes @@ -696,3 +696,10 @@ David 13 Feb 2011 util.inc user/ host_venue_action.php + +David 13 Feb 2011 + - user web: bug fixes + + html/user/ + forum_moderate_thread.php + add_venue.phhp diff --git a/html/user/add_venue.php b/html/user/add_venue.php index 0f957690de..8e83b6f21d 100644 --- a/html/user/add_venue.php +++ b/html/user/add_venue.php @@ -21,8 +21,6 @@ require_once("../inc/db.inc"); require_once("../inc/util.inc"); require_once("../inc/prefs.inc"); -check_get_args(array("action", "subset", "venue", "cols", "tnow", "ttok")); - db_init(); $user = get_logged_in_user(); diff --git a/html/user/forum_moderate_thread.php b/html/user/forum_moderate_thread.php index f98f8f0193..90148aa223 100644 --- a/html/user/forum_moderate_thread.php +++ b/html/user/forum_moderate_thread.php @@ -18,7 +18,7 @@ require_once('../inc/forum.inc'); -check_get_args(array("action", "thread")); +check_get_args(array("action", "thread", "ttok", "tnow")); $logged_in_user = get_logged_in_user(); BoincForumPrefs::lookup($logged_in_user);