You are here

function print_update_7000 in Printer, email and PDF versions 7

Same name and namespace in other branches
  1. 7.2 print.install \print_update_7000()

Remove hardcoded numeric deltas from all blocks

File

./print.install, line 158
Install, update and uninstall functions for the print module.

Code

function print_update_7000(&$sandbox) {
  $renamed_deltas = array(
    'print' => array(
      '0' => 'print-links',
      '1' => 'print-top',
    ),
  );
  update_fix_d7_block_deltas($sandbox, $renamed_deltas, array());
}