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