示例#1
0
文件: poll.php 项目: boost01/caan
function the_current_poll_results()
{
    global $requested_poll_id;
    vote_lock($requested_poll_id, LOCK_SH);
    show_poll_results($requested_poll_id);
    vote_unlock();
}
示例#2
0
function the_current_poll_results()
{
    global $requested_poll_id;
    show_poll_results($requested_poll_id);
}