[Tickets #3950] RESOLVED: 'null' datatree driver

bugs@bugs.horde.org bugs at bugs.horde.org
Thu May 18 10:47:40 PDT 2006


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/?id=3950
-----------------------------------------------------------------------
 Ticket             | 3950
 Updated By         | adrieder at sbox.tugraz.at
 Summary            | 'null' datatree driver
 Queue              | Kronolith
 Version            | HEAD
 State              | Resolved
 Priority           | 1. Low
 Type               | Bug
 Owners             | 
-----------------------------------------------------------------------


adrieder at sbox.tugraz.at (2006-05-18 10:47) wrote:

> Already fixed in CVS.
But for that I have to allow users to have multiple calendars, at least in
my case it only works if I set the following in kronolith/config/prefs.php

// default calendar
// Set locked to true if you don't want users to have multiple calendars.
$_prefs['default_share'] = array(
    'value' => Auth::getAuth() ? Auth::getAuth() : 0,
    'locked' => false,
    'shared' => false,
    'type' => 'implicit',
);

So "locked" has to be "false". Is that intended? Or do I miss something?




More information about the bugs mailing list