Changeset 765 for temp/test-xoops.ec-cube.net
- Timestamp:
- 2006/12/12 10:43:52 (19 years ago)
- Location:
- temp/test-xoops.ec-cube.net/html/modules/xoopspoll
- Files:
-
- 2 edited
-
pollrating.php (modified) (1 diff)
-
pollresults.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/test-xoops.ec-cube.net/html/modules/xoopspoll/pollrating.php
r762 r765 39 39 $option_id = (!empty($option_id)) ? intval($option_id) : 0; 40 40 if (empty($option_id)) { 41 redirect_header(" index.php",0);41 redirect_header("pollresults.php?poll_id=".POLL_ID,0); 42 42 exit(); 43 43 } -
temp/test-xoops.ec-cube.net/html/modules/xoopspoll/pollresults.php
r703 r765 37 37 $poll_id = (!empty($poll_id)) ? intval($poll_id) : 0; 38 38 if (empty($poll_id)) { 39 redirect_header(" index.php",0);39 redirect_header("pollresults.php?poll_id=".POLL_ID,0); 40 40 exit(); 41 41 }
Note: See TracChangeset
for help on using the changeset viewer.
