You are here

function print_update_6008 in Printer, email and PDF versions 5.x

Same name and namespace in other branches
  1. 6 print.install \print_update_6008()

Update to version 6.x-1.13

File

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

Code

function print_update_6008() {
  variable_del('print_text_by');
  variable_del('print_text_created');
}