function advpoll_js_vote in Advanced Poll 6.2
Same name and namespace in other branches
- 6.3 advpoll.module \advpoll_js_vote()
- 6 advpoll.module \advpoll_js_vote()
Handle JavaScript voting.
1 string reference to 'advpoll_js_vote'
- advpoll_menu in ./
advpoll.module - Implementation of hook_menu().
File
- ./
advpoll.module, line 1410 - Advanced Poll - a sophisticated polling module for voting, elections, and group decision-making.
Code
function advpoll_js_vote() {
// TODO : fix this function.
$form_state = array();
$form_build_id = $_POST['form_build_id'];
if (!($form = form_get_cache($form_build_id, $form_state))) {
exit;
}
}