Changeset 1309

Show
Ignore:
Timestamp:
11/23/07 00:42:34 (1 year ago)
Author:
benoitg
Message:
  • UIUserList.php: Don't force it to be persistent, it prevented users from deleting it.
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wifidog-auth/CHANGELOG

    r1307 r1309  
    11# $Id$ 
     22007-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 
    252007-11-15 Benoit GrĂ©goire  <bock@step.polymtl.ca> 
    36        * Menu.php: Make individual submenus, and individual menu items CSS-targetable. 
  • trunk/wifidog-auth/wifidog/classes/Content/UIUserList/UIUserList.php

    r1232 r1309  
    6868    { 
    6969        parent::__construct($content_id); 
    70         /* 
    71          * Usually, there is little point in having more than one Userlist... 
    72          */ 
    73         parent::setIsPersistent(true); 
    7470    } 
    7571