Ignore:
Timestamp:
Jul 21, 2009, 12:32:37 AM (15 years ago)
Author:
tiico
Message:

Personnalize the icon in the cooliris feed (on the wall)
Unstall the plugin will suppress the configuration on the database

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/piclens/maintain.inc.php

    r3645 r3649  
    3939function plugin_uninstall()
    4040{
     41
     42        $query = '
     43      DELETE FROM '.CONFIG_TABLE.'
     44          WHERE param = \''.basename(dirname(__FILE__)).'\'
     45        ;';
     46
     47        pwg_query($query);
     48
    4149}
    4250
Note: See TracChangeset for help on using the changeset viewer.