You are here

swftools.install in SWF Tools 5

Same filename and directory in other branches
  1. 6.3 swftools.install
  2. 6 swftools.install
  3. 6.2 swftools.install

File

swftools.install
View source
<?php

function swftools_uninstall() {
  db_query("DELETE from {variable} WHERE name LIKE 'swftools%'");
}

Functions

Namesort descending Description
swftools_uninstall