Changeset 874 for temp


Ignore:
Timestamp:
2006/12/13 13:12:20 (20 years ago)
Author:
uehara
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/test-xoops.ec-cube.net/html/modules/xoopspoll/pollrating.php

    r873 r874  
    105105     
    106106    $voted_polls = (!empty($_COOKIE['voted_polls'])) ? $_COOKIE['voted_polls'] : array(); 
    107     if(!empty($voted_polls[$option_id]) || XoopsPollLog::hasVoted($poll_id, xoops_getenv('REMOTE_ADDR'), $xoopsUser->getVar("uid"))) { 
     107    if(!empty($voted_polls[$option_id])) { 
    108108        redirect_header(XOOPS_URL."/modules/xoopspoll/pollresults.php?poll_id=".$poll_id, 1, " ¢¨ Ê£¿ô²ó¤ÎÅêɼ¤ò¹Ô¤¦¤³¤È¤Ï¤Ç¤­¤Þ¤»¤ó¡£");    
    109109    } 
Note: See TracChangeset for help on using the changeset viewer.