DB Prefix in Select not handled
regli - May 21, 2007 - 22:03
| Project: | Content Recommendation Engine |
| Version: | 5.x-1.0 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | duplicate |
Jump to:
Description
Line 387 in cre.module needs brackets.
$db_result = db_query("SELECT vote_id, uid, content_id, content_type FROM votingapi_vote
WHERE vote_id < %d
ORDER BY vote_id DESC LIMIT %d", $starting_pos, $vote_limit);

#1
fixed in dev. moving towards a stable release