Changeset 11096 for extensions/UserAdvManager
- Timestamp:
- May 29, 2011, 7:41:35 PM (13 years ago)
- Location:
- extensions/UserAdvManager/branches/2.20
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/UserAdvManager/branches/2.20/changelog.txt.php
r11019 r11096 254 254 255 255 -- 2.20.8 : Remove all options related to comments because they are processed in new "Comments Access Manager" plugin. 256 257 -- 2.20.9 : Bug fixed on installation from scratch (unable to save config) 256 258 */ 257 259 ?> -
extensions/UserAdvManager/branches/2.20/main.inc.php
r11019 r11096 2 2 /* 3 3 Plugin Name: UserAdvManager 4 Version: 2.20. 84 Version: 2.20.9 5 5 Description: Renforcer la gestion des utilisateurs - Enforce users management 6 6 Plugin URI: http://piwigo.org/ext/extension_view.php?eid=216 -
extensions/UserAdvManager/branches/2.20/maintain.inc.php
r11019 r11096 90 90 SELECT param 91 91 FROM '.CONFIG_TABLE.' 92 WHERE param = "UserAdvManager_ Redir"92 WHERE param = "UserAdvManager_Version" 93 93 ;'; 94 94 $count = pwg_db_num_rows(pwg_query($query));
Note: See TracChangeset
for help on using the changeset viewer.