function themekey_ui_user_update in ThemeKey 7.2
Same name and namespace in other branches
- 7.3 themekey_ui.module \themekey_ui_user_update()
- 7 themekey_ui.module \themekey_ui_user_update()
Implementation of hook_node_update()
File
- ./
themekey_ui.module, line 381 - ThemeKey UI is an extension for ThemeKey
Code
function themekey_ui_user_update(&$edit, $account, $category) {
themekey_ui_user_insert($edit, $account, $category);
}