[dev] Kronolith SQL default config patch. -- Oops

Chris Shepherd CShepherd at rogers.com
Sat Jan 11 13:18:54 PST 2003


Sorry, I sent the wrong diff of the file. The first includes a missing 
closing bracket. Attached is the correct version.

-- 
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