[dev] Kronolith SQL default config patch.
Chris Shepherd
CShepherd at rogers.com
Sat Jan 11 13:10:21 PST 2003
In a similar vein to the patch on Turba I submitted a few weeks back, I
figure that kronolith would be in the same boat.
Essentially I just provide a quick 1 line way of telling kronolith to
use whatever connection that horde is configured to use.
Feedback is welcome.
--
Chris Shepherd
"The early bird may get the worm, but the second mouse gets the cheese." -- Anonymous
"Eagles may soar but weasels don't get sucked into jet engines." -- Anonymous
-------------- next part --------------
Index: kronolith/config/conf.php.dist
===================================================================
RCS file: /repository/kronolith/config/conf.php.dist,v
retrieving revision 1.33
diff -u -n -r1.33 conf.php.dist
d35 1
a35 12
/**
* This is an example configuration for an sql driver, in this case MySQL.
* The default SQL connection details are pulled from the horde-wide
* SQL connection configuration.
*
* The old example illustrates how to use an alternate database
* configuration.
*/
// New Example:
//$conf['calendar']['params'] = array_merge($conf['sql'], array('table' => 'kronolith_events');
// Old Example:
More information about the dev
mailing list