Closed (won't fix)
Project:
Guest Pass
Version:
master
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Jul 2006 at 17:33 UTC
Updated:
24 Oct 2011 at 02:15 UTC
line 72 reads:
$res = db_query('SELECT nids FROM {guestpass} WHERE uid= %d AND status = 2', $uid);
should be:
$res = db_query('SELECT nids FROM {guestpass} WHERE uid= %d AND status = 2', $user->uid);
Comments
Comment #1
arthurf commentedsorry, this was meant for the guestpass module!
Comment #2
allie mickaComment #3
allie mickaI'm sure you've looong forgotten this, arthurf. The module has been all kinds of rewritten, and this issue is likely no longer pertinent.