You are here

function iss_uninstall in Image Style Selector 7.2

Implements hook_uninstall().

File

./iss.install, line 81
Install file for the Image Style Selector field.

Code

function iss_uninstall() {

  // Delete the additional columns from the {image_styles} table.
  db_drop_field('image_styles', 'iss_enabled');
}