1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-02 12:48:26 +02: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 = " $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).