1
0
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:
Moc 2015-06-17 15:42:15 +02:00
parent 7704b0e5fb
commit fef68b788c

View File

@ -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).