/[drupal]/contributions/modules/swfupload/swfupload.install
ViewVC logotype

Contents of /contributions/modules/swfupload/swfupload.install

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.4 - (show annotations) (download) (as text)
Sat Nov 22 09:51:47 2008 UTC (12 months ago) by skilip
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-6--1
Changes since 1.3: +5 -14 lines
File MIME type: text/x-php
Committed the Drupal 6 version
1 <?php
2 // $Id: swfupload.install, v 0.1, 2008/10/13 10:02:46, skilip Exp $
3
4 /**
5 * Implementation of hook_uninstall().
6 */
7 function swfupload_uninstall() {
8 db_query('DELETE FROM {variable} WHERE name LIKE "swfupload_setting_%"');
9 }

  ViewVC Help
Powered by ViewVC 1.1.2