Changeset 3649 for extensions/piclens/maintain.inc.php
- Timestamp:
- Jul 21, 2009, 12:32:37 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/piclens/maintain.inc.php
r3645 r3649 39 39 function plugin_uninstall() 40 40 { 41 42 $query = ' 43 DELETE FROM '.CONFIG_TABLE.' 44 WHERE param = \''.basename(dirname(__FILE__)).'\' 45 ;'; 46 47 pwg_query($query); 48 41 49 } 42 50
Note: See TracChangeset
for help on using the changeset viewer.