You are here

function print_update_6005 in Printer, email and PDF versions 6

Same name and namespace in other branches
  1. 5.x print.install \print_update_6005()

Update to version 6.x-1.11

File

./print.install, line 327
Install file of the print module

Code

function print_update_6005() {
  $ret = array();

  // Module weight
  $ret[] = update_sql("UPDATE {system} SET weight = 0 WHERE name = 'print'");
  return $ret;
}