print.install in Printer, email and PDF versions 5.2
Same filename and directory in other branches
File
print.installView source
<?php
/**
* Implementation of hook_uninstall().
*/
function print_uninstall() {
variable_del('print_settings');
variable_del('print_display_comment');
variable_del('print_sourceurl_settings');
variable_del('print_robot_settings');
}
Functions
Name | Description |
---|---|
print_uninstall | Implementation of hook_uninstall(). |