I believe this is a bug in the code of version 6.x-2.3
In the file uc_discounts.module, line 1942
- LEFT JOIN {uc_discounts_authors} dau ON d.discount_id = dau.discount_id AND dau= $grouping
+ LEFT JOIN {uc_discounts_authors} dau ON d.discount_id = dau.discount_id AND dau.grouping = $grouping
Changing the line above fixes #3 in: http://drupal.org/node/1060134
Comments
Comment #1
jrust commentedThanks, fixed in git.