You are here

function print_update_5304 in Printer, email and PDF versions 5.4

Update to version 5.x-4.10

File

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

Code

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

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