imageapi_optimize.install in Image Optimize (or ImageAPI Optimize) 6
Same filename and directory in other branches
Install, update and uninstall functions
File
imageapi_optimize.installView source
<?php
/**
* @file
* Install, update and uninstall functions
*/
function imageapi_optimize_uninstall() {
db_query("DELETE FROM {variable} WHERE name LIKE 'imageapi_optimize_%'");
}
Functions
Name | Description |
---|---|
imageapi_optimize_uninstall | @file Install, update and uninstall functions |