Closed (fixed)
Project:
Navigate
Version:
6.x-1.0-beta2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Nov 2008 at 01:39 UTC
Updated:
22 Nov 2008 at 19:12 UTC
Problem is in navigate_favorites.module, function navigate_favorites_user.
The DELETE shouldn't have a * after it. this is the correct line:
db_query("DELETE FROM {navigate_favorites} WHERE uid = '%d'", $account->uid);
Comments
Comment #1
chrisshattuck commentedA common mistake of mine, good catch. This has been fixed and will be applied in BETA3. Thanks, berenddeboer!
Comment #2
chrisshattuck commented