Closed (fixed)
Project:
Masquerade
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 May 2010 at 08:39 UTC
Updated:
7 Jun 2014 at 20:59 UTC
Jump to comment: Most recent
"SELECT TRUE FROM {masquerade_users} WHERE uid_from = ':uid'", array(':uid' => $user->uid)
Placeholders should not be quoted.
Also, for the feeble-minded; you can use unnamed placeholders (?).
Comments
Comment #1
deekayen commentedFixed in HEAD. Thanks for the review.
Any idea if this is in Coder?