| 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 |
| 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. |