function overlay_user_presave

overlay_user_presave(&$edit, $account, $category)

Implements hook_user_presave().

File

modules/overlay/overlay.module, line 122
Displays the Drupal administration interface in an overlay.

Code

function overlay_user_presave(&$edit, $account, $category) {
  if (isset($edit['overlay'])) {
    $edit['data']['overlay'] = $edit['overlay'];
  }
}

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/modules!overlay!overlay.module/function/overlay_user_presave/7.x