You are here

function themekey_ui_del_node_theme in ThemeKey 6

Function themekey_ui_del_node_theme().

1 call to themekey_ui_del_node_theme()
_themekey_ui_nodeapi in ./themekey_ui_admin.inc
Function _themekey_ui_nodeapi().

File

./themekey_ui_helper.inc, line 26

Code

function themekey_ui_del_node_theme($nid) {
  db_query('DELETE FROM {themekey_properties} WHERE property = \'node:nid\' AND value = \'%s\'', $nid);
}