/[drupal]/contributions/modules/masquerade/masquerade.module
ViewVC logotype

Diff of /contributions/modules/masquerade/masquerade.module

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

revision 1.16.2.25, Mon Aug 31 19:03:19 2009 UTC revision 1.16.2.26, Fri Sep 4 17:07:21 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: masquerade.module,v 1.16.2.24 2009/08/31 18:29:41 deviantintegral Exp $  // $Id: masquerade.module,v 1.16.2.25 2009/08/31 19:03:19 deviantintegral Exp $
3    
4  /**  /**
5   * @file masquerade.module   * @file masquerade.module
# Line 230  function masquerade_admin_settings_submi Line 230  function masquerade_admin_settings_submi
230      $u = user_load(array('name' => $masquerade_name));      $u = user_load(array('name' => $masquerade_name));
231      $masquerade_uids[] = $u->uid;      $masquerade_uids[] = $u->uid;
232    }    }
233    $form_state['values']['masquerade_quick_switches'] = $masquerade_uids;    variable_set('masquerade_quick_switches', $masquerade_uids);
234    
235    // We need to clear the block cache so any changes to the "Quick Switch" list    // We need to clear the block cache so any changes to the "Quick Switch" list
236    // are updated.    // are updated.

Legend:
Removed from v.1.16.2.25  
changed lines
  Added in v.1.16.2.26

  ViewVC Help
Powered by ViewVC 1.1.2