1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-01 04:10:38 +02:00

Merge pull request #2689 from arunshekher/oldpolls_allpreviouspollslist_active_from_to_lan_fix

[LAN] - Fix 'Active from', 'to' language terms for 'All previous polls' list in oldpolls.php.
This commit is contained in:
Cameron
2017-06-20 12:13:50 -07:00
committed by GitHub

View File

@@ -143,7 +143,7 @@ if(e_QUERY)
$text .= "<tr>
<td class='forumheader3' style='width: 55%;'><a href='".e_SELF."?".$row['poll_id']."'>{$poll_title}</a></td>
<td class='forumheader3' style='width: 15%;'>".$userlink."</td>
<td class='forumheader3' style='width: 30%;'>".$from." ".LAN_TO." ".$to."</td>
<td class='forumheader3' style='width: 30%;'>".$tp->lanVars(POLLAN_50, array('x'=>$from, 'y'=> $to))."</td>
</tr>\n";
}