mirror of https://github.com/BOINC/boinc.git
parent
d27af6214d
commit
c6d3904766
|
@ -26,7 +26,7 @@ check_get_args(array("id", "sort", "nowrap", "filter"));
|
||||||
|
|
||||||
$threadid = get_int('id');
|
$threadid = get_int('id');
|
||||||
$sort_style = get_int('sort', true);
|
$sort_style = get_int('sort', true);
|
||||||
$nowrap = get_int('nowrap', true);
|
$nowrap = get_str('nowrap', true);
|
||||||
$filter = get_str('filter', true);
|
$filter = get_str('filter', true);
|
||||||
|
|
||||||
if ($filter != "false"){
|
if ($filter != "false"){
|
||||||
|
|
Loading…
Reference in New Issue