Changeset 1309
- Timestamp:
- 11/23/07 00:42:34 (1 year ago)
- Files:
-
- trunk/wifidog-auth/CHANGELOG (modified) (1 diff)
- trunk/wifidog-auth/wifidog/classes/Content/UIUserList/UIUserList.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wifidog-auth/CHANGELOG
r1307 r1309 1 1 # $Id$ 2 2007-11-23 Benoit Grégoire <bock@step.polymtl.ca> 3 * UIUserList.php: Don't force it to be persistent, it prevented users from deleting it. 4 2 5 2007-11-15 Benoit Grégoire <bock@step.polymtl.ca> 3 6 * Menu.php: Make individual submenus, and individual menu items CSS-targetable. trunk/wifidog-auth/wifidog/classes/Content/UIUserList/UIUserList.php
r1232 r1309 68 68 { 69 69 parent::__construct($content_id); 70 /*71 * Usually, there is little point in having more than one Userlist...72 */73 parent::setIsPersistent(true);74 70 } 75 71
