You are here

function _themekey_path_del in ThemeKey 6

Function _themekey_path_del().

2 calls to _themekey_path_del()
_themekey_paths_submit in ./themekey_admin.inc
Function _themekey_paths_submit().
_themekey_rebuild in ./themekey_build.inc
Function _themekey_rebuild().

File

./themekey_build.inc, line 136

Code

function _themekey_path_del($id) {
  db_query('DELETE FROM {themekey_paths} WHERE id = %d', $id);
}