/[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.3, Tue Jan 13 14:29:00 2009 UTC revision 1.4, Mon Apr 6 14:42:20 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 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  /**  /**
# Line 323  function advuser_filters() { Line 323  function advuser_filters() {
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(

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

  ViewVC Help
Powered by ViewVC 1.1.2