Parent Directory
|
Revision Log
|
Revision Graph
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 |