Preferences via SQL

Devin Atencio dreamboy@aros.net
Thu, 19 Jul 2001 16:03:18 -0600


I have the very latest IMP 2.3.7/HORDE 1.3.5. I am using
MySQL and I have in the horde/config/horde.php file
the following:

$conf['prefs']['driver'] = 'sql';
$conf['prefs']['params'] = array();
$conf['prefs']['params']['phptype'] = 'mysql';
$conf['prefs']['params']['hostspec'] = 'host';
$conf['prefs']['params']['username'] = 'username';
$conf['prefs']['params']['password'] = 'password';
$conf['prefs']['params']['database'] = 'horde';
$conf['prefs']['params']['table'] = 'horde_prefs';

Did the database structure change at all for
the latest CVS of Horde/IMP? If so what should my
database structure look like?

Thanks in advance.
Devin