user warning: Unknown column '$arg' in 'where clause'
query: SELECT n.title, f.filename, ctp.nid, ctp.field_product_user_value as uid, uc.sell_price
FROM content_type_product ctp
LEFT JOIN node n ON n.nid = ctp.nid
LEFT JOIN uc_products uc ON uc.nid = ctp.nid
LEFT JOIN content_field_image_cache ic ON ic.nid = ctp.nid
LEFT JOIN files f ON f.fid = ic.field_image_cache_fid
WHERE ( ctp.field_product_user_value = $arg) AND ctp.field_product_featured_value = 1 AND n.status = 1 GROUP BY ctp.nid ORDER BY RAND() LIMIT 0, 5 in /home2/jeweler1/public_html/includes/database.mysql.inc on line 172.
user warning: Unknown column '$arg' in 'where clause'
query: SELECT u.uid, u.name, u.status, u.created, u.access
FROM users u
WHERE u.uid = $arg in /home2/jeweler1/public_html/includes/database.mysql.inc on line 172.