function poll_results
Callback for the 'results' tab for polls you can vote on
1 string reference to 'poll_results'
- poll_menu in modules/
poll/ poll.module - Implements hook_menu().
File
-
modules/
poll/ poll.pages.inc, line 93
Code
function poll_results($node) {
drupal_set_title($node->title);
$node->show_results = TRUE;
return node_show($node);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.