function print_update_7199 in Printer, email and PDF versions 7.2
Enable the print UI module.
File
- ./
print.install, line 165 - Install, update and uninstall functions for the print module.
Code
function print_update_7199(&$sandbox) {
module_enable(array(
'print_ui',
), FALSE);
}