You are here

function print_mail_update_7000 in Printer, email and PDF versions 7.2

Same name and namespace in other branches
  1. 7 print_mail/print_mail.install \print_mail_update_7000()

Remove hardcoded numeric deltas from all blocks.

File

print_mail/print_mail.install, line 182
Install, update and uninstall functions for the print_mail module.

Code

function print_mail_update_7000(&$sandbox) {
  $renamed_deltas = array(
    'print_mail' => array(
      '0' => 'print_mail-top',
    ),
  );
  update_fix_d7_block_deltas($sandbox, $renamed_deltas, array());
}