- user web: bug fixes

svn path=/trunk/boinc/; revision=23025
This commit is contained in:
David Anderson 2011-02-13 23:49:28 +00:00
parent e3b2c06823
commit 2564465174
3 changed files with 8 additions and 3 deletions

View File

@ -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

View File

@ -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();

View File

@ -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);