function print_update_6005 in Printer, email and PDF versions 5.x
Same name and namespace in other branches
- 6 print.install \print_update_6005()
Update to version 6.x-1.11
File
- ./print.install, line 325 
- 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;
}