You are here

imageapi_optimize.install in Image Optimize (or ImageAPI Optimize) 6

Install, update and uninstall functions

File

imageapi_optimize.install
View source
<?php

/**
 * @file
 * Install, update and uninstall functions
 */
function imageapi_optimize_uninstall() {
  db_query("DELETE FROM {variable} WHERE name LIKE 'imageapi_optimize_%'");
}

Functions

Namesort descending Description
imageapi_optimize_uninstall @file Install, update and uninstall functions