mirror of
https://github.com/e107inc/e107.git
synced 2025-08-12 01:25:01 +02:00
Issue #4283 - Update deprecated sql method usage. Removed old code.
This commit is contained in:
@@ -274,7 +274,6 @@ class poll
|
||||
{
|
||||
if ($_POST['votea'])
|
||||
{
|
||||
// $sql -> db_Select("polls", "*", "poll_vote_userclass!=255 AND poll_type=1 ORDER BY poll_datestamp DESC LIMIT 0,1");
|
||||
$row = $pollArray;
|
||||
extract($row);
|
||||
$poll_votes = varset($poll_votes);
|
||||
|
Reference in New Issue
Block a user