Ignore:
Timestamp:
Aug 31, 2010, 6:44:40 PM (14 years ago)
Author:
Eric
Message:

Bug 1834 fixed - Improving plugin installation and uninstallation process

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/NBC_UserAdvManager/trunk/maintain.inc.php

    r6775 r6822  
    2626Best regards,
    2727
    28 The admin of the gallery.','false','false');
     28The admin of the gallery.','false','false','false');
    2929
    3030  $q = '
     
    208208  }
    209209
     210  if (isset($conf['UserAdvManager_Redir']))
     211  {
     212    $q = '
     213DELETE FROM '.CONFIG_TABLE.'
     214WHERE param="UserAdvManager_Redir"
     215;';
     216
     217    pwg_query($q);
     218  }
     219
    210220  $q = 'DROP TABLE '.USER_CONFIRM_MAIL_TABLE.';';
    211221  pwg_query( $q );
Note: See TracChangeset for help on using the changeset viewer.