You are here

function _themekey_properties_del in ThemeKey 6

Function _themekey_properties_del().

1 call to _themekey_properties_del()
_themekey_properties_submit in ./themekey_admin.inc
Function _themekey_properties_submit().

File

./themekey_build.inc, line 350

Code

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