function print_mail_update_6005 in Printer, email and PDF versions 6
Same name and namespace in other branches
- 5.x print_mail/print_mail.install \print_mail_update_6005()
Update to version 6.x-1.11
File
- print_mail/
print_mail.install, line 279 - Install file of the print_mail module
Code
function print_mail_update_6005() {
$ret = array();
// BLOCK_CACHE_GLOBAL -> 8
$ret[] = update_sql("UPDATE {blocks} SET cache = 8 WHERE module = 'print_mail' AND delta = '0'");
return $ret;
}