[imp] Preferences still not saved in DB ... *working*

Frederic Trudeau ftrudeau@CAM.ORG
Mon, 6 Aug 2001 19:41:49 -0400 (EDT)



> > 010806 17:36:18    1539 Connect    hordemgr@localhost on
> >                    1539 Init DB    horde
> >                    1539 Query      insert into horde_prefs (uid, scope,
> > pref_name, pref_value) values(ftrudeau, imp, max_msgs, 40)
> >                    1539 Query      update horde_prefs set pref_value = 40
> > where uid = ftrudeau and pref_name = max_msgs and scope = imp
>
> Those string values should be quoted.  You need to update your
> PEAR DB installation.


Indeed, it worked ! I grapped the latest DB dir from CVS, rebuild php and
voila. Thanks for your patience Jon.