For some reason, $user->uid was used inline in the SELECT statement, and was surrounded by single quotes.
The proper way is to have it as a %d.
Patch attached.
| Comment | File | Size | Author |
|---|---|---|---|
| node.module_53.patch | 746 bytes | kbahey |
For some reason, $user->uid was used inline in the SELECT statement, and was surrounded by single quotes.
The proper way is to have it as a %d.
Patch attached.
| Comment | File | Size | Author |
|---|---|---|---|
| node.module_53.patch | 746 bytes | kbahey |
Comments
Comment #1
BioALIEN commentedGood catch, +1
Comment #2
dries commentedCommitted this to CVS HEAD and DRUPAL-5. Thanks.
Comment #3
(not verified) commented