source:
extensions/url_uploader/maintain.inc.php
@
26168
Last change on this file since 26168 was 19804, checked in by , 12 years ago | |
---|---|
File size: 190 bytes |
Rev | Line | |
---|---|---|
[19804] | 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.