Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
| revision 1.4.2.5, Mon Aug 31 17:27:21 2009 UTC | revision 1.4.2.6, Mon Aug 31 17:49:45 2009 UTC | |
|---|---|---|
| # | Line 1 | Line 1 |
| 1 | <?php | <?php |
| 2 | // $Id: masquerade.install,v 1.4.2.4 2009/08/06 20:15:02 deviantintegral Exp $ | // $Id: masquerade.install,v 1.4.2.5 2009/08/31 17:27:21 deviantintegral Exp $ |
| 3 | ||
| 4 | /** | /** |
| 5 | * @file masquerade.install | * @file masquerade.install |
| # | Line 129 function masquerade_update_6003() { | Line 129 function masquerade_update_6003() { |
| 129 | variable_set('masquerade_quick_switches', $user_ids); | variable_set('masquerade_quick_switches', $user_ids); |
| 130 | } | } |
| 131 | } | } |
| 132 | else { | |
| 133 | variable_del('masquerade_quick_switches'); | |
| 134 | } | |
| 135 | return array(); | return array(); |
| 136 | } | } |
| 137 |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |