Ignore:
Timestamp:
Oct 4, 2013, 10:09:05 PM (11 years ago)
Author:
mistic100
Message:

add light mode: no script loaded
tests in migration task
add an id to the div on picture page

File:
1 edited

Legend:

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

    r20358 r24757  
    2424function plugin_uninstall()
    2525{
    26   pwg_query('DELETE FROM `'. CONFIG_TABLE .'` WHERE param = "SocialButtons" LIMIT 1;');
     26  global $conf;
     27 
     28  pwg_query('DELETE FROM `'. CONFIG_TABLE .'` WHERE param = "SocialButtons";');
     29  unset($conf['SocialButtons']);
    2730}
    2831
Note: See TracChangeset for help on using the changeset viewer.