diff --git a/html/user/brand_stats.php b/html/user/brand_stats.php index 7cb1e6936d..a73f5fb73f 100644 --- a/html/user/brand_stats.php +++ b/html/user/brand_stats.php @@ -26,7 +26,7 @@ function show_form() {
Select brand:

- HTP Power to Give + HTC Power to Give

"; @@ -41,7 +41,7 @@ function show_stats($brand) { default: error_page("invalid brand"); } - $hosts = BoincHost::enum("serialnum like '%$x%'"); + $hosts = BoincHost::enum("os_name='Android' and serialnum like '%$x%'"); $n = 0; $t = 0; $a = 0;