You are here

function themekey_ui_del_path_theme in ThemeKey 6

Same name and namespace in other branches
  1. 6.4 themekey_ui_helper.inc \themekey_ui_del_path_theme()
  2. 6.2 themekey_ui_helper.inc \themekey_ui_del_path_theme()
  3. 6.3 themekey_ui_helper.inc \themekey_ui_del_path_theme()
  4. 7.3 themekey_ui_helper.inc \themekey_ui_del_path_theme()
  5. 7 themekey_ui_helper.inc \themekey_ui_del_path_theme()
  6. 7.2 themekey_ui_helper.inc \themekey_ui_del_path_theme()

Function themekey_ui_del_path_theme().

2 calls to themekey_ui_del_path_theme()
_themekey_ui_nodeapi in ./themekey_ui_admin.inc
Function _themekey_ui_nodeapi().
_themekey_ui_pathalias_submit in ./themekey_ui_admin.inc
Function _themekey_ui_pathalias_submit().

File

./themekey_ui_helper.inc, line 51

Code

function themekey_ui_del_path_theme($path) {
  db_query('DELETE FROM {themekey_paths} WHERE path = \'%s\'', $path);
}