AW: AW: [imp] undefined function: fetchrow

Jan Schneider janmailing@gmx.de
Wed, 28 Feb 2001 13:28:23 +0100


> Another change is the structure of sql table :
> CREATE TABLE user_webmail_prefs (
>    uid varchar(32) NOT NULL,
>    scope varchar(16) NOT NULL,   <========= NEW
>    pref_name varchar(32) NOT NULL,
>    pref_value text,
>    PRIMARY KEY (uid, pref_name, scope)
> );

Thanks, that's it!

Jan.