mirror of
https://github.com/e107inc/e107.git
synced 2025-08-11 17:14:42 +02:00
Closes Issue #319
This commit is contained in:
@@ -307,7 +307,7 @@ class rater {
|
||||
|
||||
$qry = ($type == 'up') ? "rate_up = {$totalUp} " : "rate_down = {$totalDown}";
|
||||
$qry .= ", rate_voters = '{$newvoters}', rate_votes = {$totalVotes} ";
|
||||
$qry .= " WHERE rate_table = '{$table}' AND rate_itemid = '{$itemid}' LIMIT 1";
|
||||
$qry .= " WHERE rate_table = '{$table}' AND rate_itemid = '{$itemid}'";
|
||||
|
||||
if($sql->db_Update("rate",$qry))
|
||||
{
|
||||
|
Reference in New Issue
Block a user