Closed (fixed)
Project:
User Referral
Version:
master
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Apr 2007 at 01:24 UTC
Updated:
30 Apr 2007 at 02:00 UTC
485: INNER JOIN users u2 ON u2.uid = r.uid
Should be:
485: INNER JOIN {users} u2 ON u2.uid = r.uid
286: INNER JOIN users u2 ON u2.uid = r.uid
Should be:
286: INNER JOIN {users} u2 ON u2.uid = r.uid
Comments
Comment #1
kbahey commentedFixed in 4.7, 5.x and HEAD.
Comment #2
(not verified) commented