Mercurial > defr > drupal > ad
diff report/ad_report.module @ 7:6aeff3329e01 ad
maj module ad 2.1rc1
author | piotre |
---|---|
date | Mon, 20 Jul 2009 13:54:40 +0000 |
parents | 948362c2a207 |
children |
line wrap: on
line diff
--- a/report/ad_report.module Thu May 28 14:53:07 2009 +0000 +++ b/report/ad_report.module Mon Jul 20 13:54:40 2009 +0000 @@ -1,5 +1,5 @@ <?php -// $Id: ad_report.module,v 1.1.2.3.2.7.2.6.2.7 2009/03/27 19:31:36 jeremy Exp $ +// $Id: ad_report.module,v 1.1.2.3.2.7.2.6.2.8 2009/07/03 18:37:44 jeremy Exp $ /** * @file @@ -279,7 +279,7 @@ 'a.date <= %d', ); $join = array( - 'LEFT JOIN {term_node} t ON a.aid = t.tid', + 'LEFT JOIN {term_node} t ON a.aid = t.nid', ); $args = array(implode(',', $group), $start, $end); } @@ -291,7 +291,7 @@ 'a.date <= %d', ); $join = array( - 'LEFT JOIN {term_node} t ON a.aid = t.tid', + 'LEFT JOIN {term_node} t ON a.aid = t.nid', ); $args = array($start, $end); } @@ -304,7 +304,7 @@ 'a.date <= %d', ); $join = array( - 'LEFT JOIN {term_node} t ON a.aid = t.tid', + 'LEFT JOIN {term_node} t ON a.aid = t.nid', ); $args = array(implode(',', $group), $start, $end); }