| 5 |
* filtering and apply actions to block, unblock, delete or email the selected |
* filtering and apply actions to block, unblock, delete or email the selected |
| 6 |
* users. |
* users. |
| 7 |
* |
* |
| 8 |
* $Id: advuser_filters.inc,v 1.2 2008/06/09 20:18:56 earnie Exp $ |
* $Id: advuser_filters.inc,v 1.2.2.2 2009/02/27 13:19:56 earnie Exp $ |
| 9 |
**/ |
**/ |
| 10 |
|
|
| 11 |
/** |
/** |
| 323 |
'form_type' => 'id', |
'form_type' => 'id', |
| 324 |
); |
); |
| 325 |
|
|
| 326 |
|
$filters['username'] = array( |
| 327 |
|
'title' => t('Username'), |
| 328 |
|
'where' => "u.name %op '%s'", |
| 329 |
|
'form_type' => 'textfield', |
| 330 |
|
); |
| 331 |
|
|
| 332 |
$roles = advuser_user_roles(); |
$roles = advuser_user_roles(); |
| 333 |
if (count($roles)) { |
if (count($roles)) { |
| 334 |
$filters['user_roles'] = array( |
$filters['user_roles'] = array( |