Closed (fixed)
Project:
Registration codes
Version:
6.x-2.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Mar 2010 at 23:39 UTC
Updated:
1 May 2010 at 00:50 UTC
I believe on line 338 :
// Load the code
$res = db_query('SELECT * FROM regcode WHERE '.$cond.' LIMIT 1', $param);
should be:
// Load the code
$res = db_query('SELECT * FROM {regcode} WHERE '.$cond.' LIMIT 1', $param);
Comments
Comment #1
aidanlis commentedThanks, sorry for the delay in fixing this!