user warning: Unknown column 'bd.drupal_uid' in 'field list'
query: SELECT bd.cid, bd.drupal_uid, bd.name, bd.lastname,
bd.firstname, bd.prefix, bd.suffix, bd.initials,
bd.affiliation, bd.md5, COUNT(*) AS cnt
FROM DRU_EU_KOOR_biblio_contributor b
LEFT JOIN DRU_EU_KOOR_biblio_contributor_data bd ON b.cid = bd.cid
LEFT JOIN DRU_EU_KOOR_node n on n.vid = b.vid
WHERE n.status = 1
GROUP BY bd.cid, bd.drupal_uid, bd.name, bd.lastname,
bd.firstname, bd.prefix, bd.suffix,
bd.initials, bd.affiliation, bd.md5
HAVING COUNT(*) > 0
ORDER BY lastname ASC, SUBSTRING(firstname,1,1) ASC,
initials ASC in /var/www/servers/espace.krax.net/drupal-6.17/sites/all/modules/biblio/biblio.pages.inc on line 1146.
Recent comments
38 weeks 4 days ago
2 years 19 weeks ago