You are here

function advpoll_algorithms in Advanced Poll 6.3

Same name and namespace in other branches
  1. 5 advpoll.module \advpoll_algorithms()
  2. 6 advpoll.module \advpoll_algorithms()
  3. 6.2 advpoll.module \advpoll_algorithms()
2 calls to advpoll_algorithms()
advpoll_form in ./advpoll.module
Implementation of hook_form().
advpoll_form_alter in ./advpoll.module
Implementation of hook_form_alter().

File

./advpoll.module, line 1410
Advanced Poll - a sophisticated polling module for voting, elections, and group decision-making.

Code

function advpoll_algorithms($mode) {
  return call_user_func('advpoll_algorithms_' . $mode);
}