Ignore:
Timestamp:
Jan 1, 2006, 6:19:56 PM (18 years ago)
Author:
nikrou
Message:

merge -r960:997 from branches/branch-1_5 into trunk (bug 238 fixed)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/user_list.php

    r960 r998  
    262262        sprintf(
    263263          l10n('%d users deleted'),
    264           count($collection)
     264          count($collection) 
    265265          )
    266266        );
     267      foreach ($page['filtered_users'] as $filter_key => $filter_user)
     268      {
     269        if (in_array($filter_user['id'], $collection))
     270        {
     271          unset($page['filtered_users'][$filter_key]);
     272        }
     273      }
    267274    }
    268275    else
Note: See TracChangeset for help on using the changeset viewer.