Changeset 762 for temp/test-xoops.ec-cube.net
- Timestamp:
- 2006/12/12 10:34:10 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
temp/test-xoops.ec-cube.net/html/modules/xoopspoll/pollrating.php
r759 r762 34 34 35 35 $option_id = $_GET['option_id']; 36 if(empty($option_id)) $option_id = $_POST['option_id']; 36 37 38 // ¥ª¥×¥·¥ç¥óID¤¬Èô¤ó¤Ç¤¤Æ¤¤¤ë¤«¥Á¥§¥Ã¥¯ 37 39 $option_id = (!empty($option_id)) ? intval($option_id) : 0; 38 40 if (empty($option_id)) {
Note: See TracChangeset
for help on using the changeset viewer.
