project

sql to confirm contributers to drupal6

  1. CREATE TEMPORARY TABLE contributors
  2. SELECT n.uid
  3. FROM project_issues i INNER JOIN node n ON i.nid = n.nid
  4. INNER JOIN files f ON i.nid = f.nid
  5. WHERE i.pid = 9609
Syndicate content