예제 #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
파일: poll.php 프로젝트: halitartuc/sozluk
function the_current_poll_results()
{
    global $requested_poll_id;
    show_poll_results($requested_poll_id);
}