Index: trunk/phase3/includes/specials/SpecialListusers.php |
— | — | @@ -107,7 +107,7 @@ |
108 | 108 | 'COUNT(ug_group) AS numgroups', |
109 | 109 | 'MAX(ug_group) AS singlegroup', // the usergroup if there is only one |
110 | 110 | 'MIN(user_registration) AS creation', |
111 | | - 'ipb_deleted' // block/hide status |
| 111 | + 'MAX(ipb_deleted) AS ipb_deleted' // block/hide status |
112 | 112 | ), |
113 | 113 | 'options' => array('GROUP BY' => $this->creationSort ? 'user_id' : 'user_name'), |
114 | 114 | 'conds' => $conds |