コード例 #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);
}