- web tweak

svn path=/trunk/boinc/; revision=23012
This commit is contained in:
David Anderson 2011-02-09 22:24:48 +00:00
parent d27af6214d
commit c6d3904766
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ check_get_args(array("id", "sort", "nowrap", "filter"));
$threadid = get_int('id');
$sort_style = get_int('sort', true);
$nowrap = get_int('nowrap', true);
$nowrap = get_str('nowrap', true);
$filter = get_str('filter', true);
if ($filter != "false"){