Changeset 6822 for extensions/NBC_UserAdvManager/trunk
- Timestamp:
- Aug 31, 2010, 6:44:40 PM (14 years ago)
- Location:
- extensions/NBC_UserAdvManager/trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/NBC_UserAdvManager/trunk/admin/template/uam.css
r6781 r6822 35 35 } 36 36 37 /* Bloc expand-collapse instructions */ 37 38 .instructionBlockHeaderCollapsed, .instructionBlockHeaderExpanded 38 39 { -
extensions/NBC_UserAdvManager/trunk/changelog.txt.php
r6801 r6822 195 195 -- 2.15.6 : Bug 1819 fixed - Wrong help text on redirection function 196 196 Bug 1821 fixed - Cleanup of old deprecated functions slags (Case sensitivity on logins) 197 Bug 1834 fixed - Improving plugin installation and uninstallation process 197 198 */ 198 199 ?> -
extensions/NBC_UserAdvManager/trunk/main.inc.php
r6796 r6822 2 2 /* 3 3 Plugin Name: UserAdvManager 4 Version: 2.15.6 b4 Version: 2.15.6 5 5 Description: Renforcer la gestion des utilisateurs - Enforce users management 6 6 Plugin URI: http://fr.piwigo.org/ext/extension_view.php?eid=216 -
extensions/NBC_UserAdvManager/trunk/maintain.inc.php
r6775 r6822 26 26 Best regards, 27 27 28 The admin of the gallery.','false','false' );28 The admin of the gallery.','false','false','false'); 29 29 30 30 $q = ' … … 208 208 } 209 209 210 if (isset($conf['UserAdvManager_Redir'])) 211 { 212 $q = ' 213 DELETE FROM '.CONFIG_TABLE.' 214 WHERE param="UserAdvManager_Redir" 215 ;'; 216 217 pwg_query($q); 218 } 219 210 220 $q = 'DROP TABLE '.USER_CONFIRM_MAIL_TABLE.';'; 211 221 pwg_query( $q );
Note: See TracChangeset
for help on using the changeset viewer.