You are here

function print_update_6008 in Printer, email and PDF versions 6

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

Update to version 6.x-1.13

File

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

Code

function print_update_6008() {
  $ret = array();
  variable_del('print_text_by');
  variable_del('print_text_created');
  return $ret;
}