You are here

function _advpoll_show_writeins_access in Advanced Poll 7.3

Show write-ins access callback.

Parameters

$node: An advanced poll node.

Return value

bool TRUE or FALSE.

3 calls to _advpoll_show_writeins_access()
advpoll-runoff.tpl.php in advpoll_ranking/templates/advpoll-runoff.tpl.php
Default template for wrapping bar results - includes count of votes.
advpoll_display_borda_results in advpoll_ranking/advpoll_ranking.module
Determines how to theme poll results based on settings in $data.
advpoll_display_results in ./advpoll.module
Determines how to theme poll results.

File

./advpoll.module, line 1178

Code

function _advpoll_show_writeins_access() {
  return user_access('show write-ins');
}