1
Hi,
I've installed XOOPS 2.2.3 and defined some new field of SELECT type in extended profile. I saw that field_valuetype assigned to that field is XOBJ_DTYPE_TXTBOX.
Now, when I try to search a user by that field I enter in wrong case in modules/profile/search.php near the line 292,
so the following wrong SQL code is produced:
SELECT * FROM xoops_users u, xoops_user_profile p WHERE u.uid = p.profileid AND (level > '0' AND i_am LIKE 'Array%') LIMIT 0, 20
The same thing for RADIO field type.
Any help?
Thans,
Misha