pdfpreview.install in PDFPreview 7
Same filename and directory in other branches
Install, update and uninstall functions for the pdfpreview module.
File
pdfpreview.installView source
<?php
/**
* @file
* Install, update and uninstall functions for the pdfpreview module.
*/
/**
* Implements hook_uninstall().
*/
function pdfpreview_uninstall() {
variable_del('pdfpreview_pathtoimages');
variable_del('pdfpreview_previewsize');
variable_del('pdfpreview_tag');
variable_del('pdfpreview_description');
}
Functions
Name | Description |
---|---|
pdfpreview_uninstall | Implements hook_uninstall(). |