mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 20:30:39 +02:00
#1058 - Also show forum polls in poll plugin admin (needs admin UI rewrite)
This commit is contained in:
@@ -177,7 +177,7 @@ function poll_list()
|
|||||||
$text = "
|
$text = "
|
||||||
<form action='".e_SELF."' method='post' id='del_poll'>";
|
<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 .= "<table class='table adminlist'>";
|
||||||
$text .= $frm->colGroup($fields,$fieldpref).
|
$text .= $frm->colGroup($fields,$fieldpref).
|
||||||
|
Reference in New Issue
Block a user