Ignore:
Timestamp:
2006/12/11 14:03:52 (20 years ago)
Author:
uehara
Message:
 
File:
1 edited

Legend:

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

    r405 r678  
    3737    $block['lang_results'] = _PL_RESULTS; 
    3838    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); 
    4040        $option_type = 'radio'; 
    4141        $option_name = 'option_id'; 
Note: See TracChangeset for help on using the changeset viewer.