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
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

Scott Reynolds - July 5, 2007 - 05:21
Status:active» duplicate

fixed in dev. moving towards a stable release

 
 

Drupal is a registered trademark of Dries Buytaert.