[kronolith] DataTree setting

Feczak Szabolcs feczo at siodigit.hu
Fri Jan 23 07:39:11 PST 2004


Thomas O'Brien wrote:

>Try configuring the datatree system settings in conf.php
>  
>
The question may sound stupid, but how should I set datatree exactly ...
I have the followings in conf.php:

<?php
$conf['calendar']['params']['phptype'] = 'pgsql';
$conf['calendar']['params']['hostspec'] = 'localhost';
$conf['calendar']['params']['username'] = 'horde';
$conf['calendar']['params']['password'] = '*********';
$conf['calendar']['params']['database'] = 'horde';
$conf['calendar']['params']['socket'] = '/var/lib/mysql/mysql.sock';
$conf['calendar']['params']['protocol'] = 'unix';
$conf['calendar']['params']['table'] = 'kronolith_events';
$conf['calendar']['params']['charset'] = 'iso-8859-1';
$conf['calendar']['params']['driverconfig'] = 'custom';
$conf['calendar']['driver'] = 'sql';
$conf['metadata']['keywords'] = true;
$conf['menu']['print'] = true;
$conf['menu']['import_export'] = true;
$conf['menu']['apps'] = array();

"grep"-ed the whole kronolith directory for datatree had only one match
in lib/api.php function &_kronolith_listByAction($action, $timestamp)
but from that one I could not figure it out.


More information about the kronolith mailing list