Pref Table for IMP/Mysql

Bill Neely listman@gct21.net
Wed, 30 May 2001 11:38:46 -0700


Setting up new IMP installation using CVS of 2.3.7 from yesterday. 
It appears that the prefs data base has changed from 2.3.6, but I can't find 
the information on the new format or name. Here's what I ahve in conf.php 
And I have a table called user_webmail_prefs 
Any advice on where to find the new table info would be appreciated. 


** Preference System Settings 
 **/                     
   
// What preferences driver should we use? Valid values are 'none'           
// (meaning use system defaults and don't save any user preferences), 
// 'session' (preferences only persist during the login), 'ldap', 
// and 'sql'.               
$conf['prefs']['driver'] = 'sql';                       
   
// Any parameters that the preferences driver needs. This includes 
// database or ldap server, username/password to connect with, etc. 
$conf['prefs']['params'] = array(); 
$conf['prefs']['params']['phptype'] = 'mysql'; 
$conf['prefs']['params']['hostspec'] = 'localhost';                         
$conf['prefs']['params']['username'] = 'imp_user'; 
$conf['prefs']['params']['password'] = 'password'; 
$conf['prefs']['params']['database'] = 'imp23';