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

Legend:

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

    r759 r762  
    3434 
    3535$option_id = $_GET['option_id']; 
     36if(empty($option_id)) $option_id = $_POST['option_id']; 
    3637 
     38// ¥ª¥×¥·¥ç¥óID¤¬Èô¤ó¤Ç¤­¤Æ¤¤¤ë¤«¥Á¥§¥Ã¥¯ 
    3739$option_id = (!empty($option_id)) ? intval($option_id) : 0; 
    3840if (empty($option_id)) { 
Note: See TracChangeset for help on using the changeset viewer.