[Tickets #3552] New users can't create events

bugs@bugs.horde.org bugs at bugs.horde.org
Thu Mar 2 08:15:18 PST 2006


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

Ticket URL: http://bugs.horde.org/ticket/?id=3552
-----------------------------------------------------------------------
 Ticket             | 3552
 Updated By         | patrick.timmons at polymtl.ca
 Summary            | New users can't create events
 Queue              | Kronolith
 Version            | 2.0.4
 State              | Feedback
 Priority           | 2. Medium
 Type               | Bug
 Owners             | 
-----------------------------------------------------------------------


patrick.timmons at polymtl.ca (2006-03-02 08:15) wrote:

> But what matters is whether or not the preferences backend is storing 
> preferences correctly. kronolith/lib/base.php automatically sets the 
> display_cals preference if there are no calendars in it.

Other prefs for kronolith are save to mysql.

mysql> select pref_name, pref_value from horde_prefs where pref_uid =
"p999002 at pop3.polymtl.ca" and pref_scope = "kronolith" order by pref_name;
+--------------------------+-------------------------+
| pref_name                | pref_value              |
+--------------------------+-------------------------+
| confirm_delete           | 1                       |
| day_hour_end             | 48                      |
| day_hour_start           | 16                      |
| defaultview              | month                   |
| default_share            | p999002 at pop3.polymtl.ca |
| display_cals             | a:0:{}                  |
| display_remote_cals      | a:0:{}                  |
| half                     | 0                       |
| show_fb_legend           | 1                       |
| show_icons               | 1                       |
| show_legend              | 1                       |
| show_shared_side_by_side | 0                       |
| time_between_days        | 0                       |
| week_start_monday        | 0                       |
+--------------------------+-------------------------+
14 rows in set (0.00 sec)

mysql>





More information about the bugs mailing list