function print_pdf_update_6006 in Printer, email and PDF versions 5.4
Same name and namespace in other branches
- 6 print_pdf/print_pdf.install \print_pdf_update_6006()
- 5.x print_pdf/print_pdf.install \print_pdf_update_6006()
Update to version 5.x-4.10
File
- print_pdf/
print_pdf.install, line 195 - Install file of the print_pdf module
Code
function print_pdf_update_6006() {
$ret = array();
variable_del('print_pdf_wkhtmltopdf_xdisplay');
variable_del('print_pdf_xvfb_options');
// Module weight
$ret[] = update_sql("UPDATE {system} SET weight = 2 WHERE name = 'print_pdf'");
return $ret;
}