Eleanor Roosevelt Institute, University of Denver
user warning: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'WHERE ((n.moderate != 1))' at line 11
query: select node.vid,
node.title as nameL,
content_type_user_profile.field_namef_value as nameF,
content_type_user_profile.field_salutation_value as salutation
from node
inner join content_type_user_profile on node.vid = content_type_user_profile.vid
where node.uid in (0)
order by node.title, content_type_user_profile.field_namef_value
WHERE ((n.moderate != 1)) in /home/.sites/106/site3/web/includes/database.mysql.inc on line 174.