- 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 ') AND (n.type='biblio' ) AND (n.status = 1 )' at line 1
query: SELECT COUNT(DISTINCT(n.nid)) FROM node n left join biblio b on n.vid=b.vid inner join biblio_types bt on b.biblio_type=bt.tid inner join biblio_contributor as bc1 on n.vid = bc1.vid WHERE () AND (n.type='biblio' ) AND (n.status = 1 ) in /var/www/public_html/cope/sites/all/modules/biblio/biblio.pages.inc on line 86.
- 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 ') AND (n.type='biblio' ) AND (n.status = 1 ) ORDER BY b.biblio_year DESC, b.bib' at line 1
query: SELECT DISTINCT(n.nid), n.*, b.*, bt.name as biblio_type_name FROM node n left join biblio b on n.vid=b.vid inner join biblio_types bt on b.biblio_type=bt.tid inner join biblio_contributor as bc1 on n.vid = bc1.vid WHERE () AND (n.type='biblio' ) AND (n.status = 1 ) ORDER BY b.biblio_year DESC, b.biblio_date DESC LIMIT 0, 25 in /var/www/public_html/cope/sites/all/modules/biblio/biblio.pages.inc on line 86.