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

Bug 1834 fixed - Improving plugin installation and uninstallation process

Location:
extensions/NBC_UserAdvManager/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • extensions/NBC_UserAdvManager/trunk/admin/template/uam.css

    r6781 r6822  
    3535}
    3636
     37/* Bloc expand-collapse instructions */
    3738.instructionBlockHeaderCollapsed, .instructionBlockHeaderExpanded
    3839{
  • extensions/NBC_UserAdvManager/trunk/changelog.txt.php

    r6801 r6822  
    195195-- 2.15.6 : Bug 1819 fixed - Wrong help text on redirection function
    196196            Bug 1821 fixed - Cleanup of old deprecated functions slags (Case sensitivity on logins)
     197            Bug 1834 fixed - Improving plugin installation and uninstallation process
    197198*/
    198199?>
  • extensions/NBC_UserAdvManager/trunk/main.inc.php

    r6796 r6822  
    22/*
    33Plugin Name: UserAdvManager
    4 Version: 2.15.6b
     4Version: 2.15.6
    55Description: Renforcer la gestion des utilisateurs - Enforce users management
    66Plugin URI: http://fr.piwigo.org/ext/extension_view.php?eid=216
  • 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.