mirror of
https://github.com/e107inc/e107.git
synced 2025-01-17 12:48:24 +01:00
#1058 - Also show forum polls in poll plugin admin (needs admin UI rewrite)
This commit is contained in:
parent
7704b0e5fb
commit
fef68b788c
@ -177,7 +177,7 @@ function poll_list()
|
||||
$text = "
|
||||
<form action='".e_SELF."' method='post' id='del_poll'>";
|
||||
|
||||
if ($poll_total = $sql->select("polls", "*", "poll_type=1"))
|
||||
if ($poll_total = $sql->select("polls", "*"))
|
||||
{
|
||||
$text .= "<table class='table adminlist'>";
|
||||
$text .= $frm->colGroup($fields,$fieldpref).
|
||||
|
Loading…
x
Reference in New Issue
Block a user