function masquerade_update_6006 in Masquerade 6
Update masquerade block caching.
File
- ./
masquerade.install, line 185 - masquerade.install
Code
function masquerade_update_6006() {
$ret = array();
$ret[] = update_sql("UPDATE {blocks} SET cache = -1 WHERE module = 'masquerade'");
return $ret;
}