function _themekey_properties_clear in ThemeKey 6
Function _themekey_properties_clear().
1 call to _themekey_properties_clear()
- _themekey_properties_reset in ./
themekey_admin.inc - Function _themekey_properties_reset().
File
- ./
themekey_build.inc, line 367
Code
function _themekey_properties_clear() {
db_query('DELETE FROM {themekey_properties}');
}