You are here

function themekey_ui_user_update in ThemeKey 7.3

Same name and namespace in other branches
  1. 7 themekey_ui.module \themekey_ui_user_update()
  2. 7.2 themekey_ui.module \themekey_ui_user_update()

Implements hook_node_update().

File

./themekey_ui.module, line 423
ThemeKey UI is an extension for ThemeKey

Code

function themekey_ui_user_update(&$edit, $account, $category) {
  themekey_ui_user_insert($edit, $account, $category);
}