You are here

function print_pdf_update_6006 in Printer, email and PDF versions 6

Same name and namespace in other branches
  1. 5.4 print_pdf/print_pdf.install \print_pdf_update_6006()
  2. 5.x print_pdf/print_pdf.install \print_pdf_update_6006()

Update to version 6.x-1.11

File

print_pdf/print_pdf.install, line 266
Install file of the print_pdf module

Code

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

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