Penpals interested in the main point is to find new friends (:
- user warning: Got error 'parentheses not balanced' from regexp
query: SELECT count(uid) FROM profile_values WHERE fid = 11
AND value REGEXP '(^[ ]*|[a-z ]*,[ ]*)the main point is to find new friends (:([ ]*,[a-z ]*|[ ]*$)' in /home/www/html/penpal-friends.com/includes/database.mysql.inc on line 172.
- user warning: Got error 'parentheses not balanced' from regexp
query: SELECT u.uid, u.picture, u.name, pv1.value as country
FROM users u, profile_values pv, profile_values pv1
WHERE u.uid = pv.uid
AND u.uid = pv1.uid
AND pv1.fid = 2
AND u.uid > 0 AND u.status !=0 AND u.access > 0
AND pv.fid = 11
AND pv.value REGEXP '(^[ ]*|[a-z ]*,[ ]*)the main point is to find new friends (:([ ]*,[a-z ]*|[ ]*$)'
LIMIT 0, 30 in /home/www/html/penpal-friends.com/includes/database.mysql.inc on line 172.