From: <tho...@la...> - 2005-10-12 21:08:24
|
On Wed, Oct 12, 2005 at 09:18:48PM +0200, Thomas Harding wrote: > DBAUTH_PREF_INSERT = "INSERT INTO pref (prefs,userid) VALUES ('$pref_blob','$userid')" It seems to be the reverse : DBAUTH_PREF_INSERT = "INSERT INTO pref (userid,prefs) VALUES ('$userid','$pref_blob')" The user's administration patch I've just sent correct this. -- Thomas Harding |