function coder_update_3 in Coder 6.2
Same name and namespace in other branches
- 6 coder.install \coder_update_3()
File
- ./
coder.install, line 89 - Install, update and uninstall functions for the coder module.
Code
function coder_update_3() {
$ret = array();
$ret[] = update_sql("DELETE FROM {variable} WHERE name LIKE 'coder_modules-%' OR name LIKE 'coder_themes-%'");
cache_clear_all('variables', 'cache');
return $ret;
}