You are here

function printfriendly_update_7200 in PrintFriendly & PDF 7.2

Same name and namespace in other branches
  1. 7 printfriendly.install \printfriendly_update_7200()

Upgrade PrintFriendly module settings to 2.x version.

File

./printfriendly.install, line 24
The install and update code for the printfriendly module.

Code

function printfriendly_update_7200() {
  variable_del('printfriendly_website_protocol');
}