- Timestamp:
- 2006/12/11 14:03:52 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
temp/test-xoops.ec-cube.net/html/modules/xoopspoll/blocks/xoopspoll.php
r405 r678 37 37 $block['lang_results'] = _PL_RESULTS; 38 38 for ($i = 0; $i < $count; $i++) { 39 $options_arr =& XoopsPollOption::getAllByPollId($polls[$i]->getVar('poll_id') );39 $options_arr =& XoopsPollOption::getAllByPollId($polls[$i]->getVar('poll_id'), 3); 40 40 $option_type = 'radio'; 41 41 $option_name = 'option_id';
Note: See TracChangeset
for help on using the changeset viewer.
