| 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.2.1 2009/01/13 14:30:46 earnie Exp $ |
* $Id: advuser_filters.inc,v 1.2.2.2 2009/02/27 13:19:56 earnie Exp $ |
| 9 |
**/ |
**/ |
| 10 |
|
|
| 11 |
/** |
/** |
| 22 |
'#title' => t('Show only users where'), |
'#title' => t('Show only users where'), |
| 23 |
'#theme' => 'advuser_filters', |
'#theme' => 'advuser_filters', |
| 24 |
'#collapsible' => TRUE, |
'#collapsible' => TRUE, |
| 25 |
|
'#collapsed' => TRUE, |
| 26 |
); |
); |
| 27 |
foreach ($session as $filter) { |
foreach ($session as $filter) { |
| 28 |
list($type, $value, $op, $qop) = $filter; |
list($type, $value, $op, $qop) = $filter; |