Project

General

Profile

Paste
Download (327 Bytes) Statistics
| Branch: | Revision:

root / drupal7 / sites / all / modules / print / print_pdf / lib_handlers / print_pdf_tcpdf / print_pdf_tcpdf.install @ 76bdcd04

1
<?php
2

    
3
/**
4
 * @file
5
 * Install, update and uninstall functions for the print_pdf_tcpdf module.
6
 *
7
 * @ingroup print
8
 */
9

    
10
/**
11
 * Implements hook_uninstall().
12
 */
13
function print_pdf_tcpdf_uninstall() {
14
  variable_del('print_pdf_font_family');
15
  variable_del('print_pdf_font_size');
16
  variable_del('print_pdf_font_subsetting');
17
}