source:
extensions/url_uploader/maintain.inc.php
@
23412
Last change on this file since 23412 was 19804, checked in by , 12 years ago | |
---|---|
File size: 190 bytes |
Line | |
---|---|
1 | <?php |
2 | defined('PHPWG_ROOT_PATH') or die('Hacking attempt!'); |
3 | |
4 | function plugin_uninstall() |
5 | { |
6 | pwg_query('DELETE FROM `'. CONFIG_TABLE .'` WHERE param = "url_uploader_mode" LIMIT 1;'); |
7 | } |
8 | |
9 | ?> |
Note: See TracBrowser
for help on using the repository browser.