/[drupal]/contributions/modules/advuser/advuser_filters.inc
ViewVC logotype

Diff of /contributions/modules/advuser/advuser_filters.inc

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.2.2.2, Fri Feb 27 13:19:56 2009 UTC revision 1.2.2.3, Tue Jun 23 15:33:25 2009 UTC
# Line 5  Line 5 
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  /**  /**
# Line 22  function advuser_filter_form() { Line 22  function advuser_filter_form() {
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;

Legend:
Removed from v.1.2.2.2  
changed lines
  Added in v.1.2.2.3

  ViewVC Help
Powered by ViewVC 1.1.2