Changeset 860 for temp/test-xoops.ec-cube.net/html/modules
- Timestamp:
- 2006/12/13 11:44:33 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
temp/test-xoops.ec-cube.net/html/modules/xoopspoll/pollrating.php
r859 r860 35 35 36 36 $arrForm = $_POST; 37 print_r($arrForm); 38 exit; 39 if(!is_array($arrForm)) $arrForm = $_GET; 37 if(count($arrForm) <= 0) $arrForm = $_GET; 40 38 41 39 $poll_id = $arrForm['poll_id'];
Note: See TracChangeset
for help on using the changeset viewer.
